Hi,
I am currently working on a project where we use Microsoft as an OpenID provider. Recently, we updated pac4j from version 5.7.5 to 6.0.4. However, after the update, we encountered an issue with the common flow not functioning as expected.
The problem seems to stem from the braces used in the issuer URL (
https://login.microsoftonline.com/{tenantid}/v2.0), which are not being accepted. Specifically, we are fetching configuration from the endpoint:
https://login.microsoftonline.com/common/v2.0/.well-known/openid-configurationIn the past, a fix was already made for it, but it turns out that it no longer works. I would like to submit a PR to fix this.
Regards,
Arjan