Skip to content

How to configure Azure AD B2C ? #198

Answered by ch4mpy
ch4mpy asked this question in Q&A
Mar 16, 2024 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

Spring Boot configuration properties should be set as follow:

  • just issuer-uri with what you find in tokens as iss claim (exactly, even case and trailing slash, if any, are important), but only if OpenID configuration can be found by just adding .well-known/openid-configuration to it (no added or modifiedpath segment in between)
  • jwk-set-endpoint, authorization-uri, token-uri and user-info-uri with what you find in OpenID configuration (what you get from https://sys-login.lvgig.co.uk/TID/B2C_1A_RPSaveQA3/.well-known/openid-configuration)

Setting just issuer-uri is possible only if the OpenID configuration is available from ${issuer-uri}/.well-known/openid-configuration (or ${issuer-uri}.w…

Replies: 3 comments 4 replies

Comment options

ch4mpy
Mar 16, 2024
Maintainer Author

You must be logged in to vote
4 replies
@veganchamp
Comment options

@veganchamp
Comment options

@ch4mpy
Comment options

ch4mpy Mar 18, 2024
Maintainer Author

@veganchamp
Comment options

Answer selected by ch4mpy
Comment options

You must be logged in to vote
0 replies
Comment options

ch4mpy
Mar 18, 2024
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants