Hi team,
Has anyone had any experience with integrating pac4j with Azure AD B2C using OIDC?
I have tested a sample app with Google, Cognito, Azure AD. Really simple.
When I try to integrate with Azure AD B2C I receive...
com.nimbusds.oauth2.sdk.ParseException: Missing JSON object member with key "access_token"
This is after authenticating, during the callback.
I've setup a web app in Azure AD B2C with both Access and ID tokens selected.
I've used pretty much default configuration setting client id, secret and discovery URL and used the standard OIDC client as the Azure AD one has hard coded onmicrosoft references which definitely won't work with B2C as the root URL is different.
Any advice would be greatly appreciated!
Regards,
Marty