-
I have followed all the steps trying to configure email invite signup custom policy flow. But I'm facing issue that id_token_hint cannot be decoded with custom policy failing at GetRelyingPartyInputClaimsHandler, with error message in Insights trace All issues are pointing that adb2c cannot decode JWT id_token_hint, but I'm unaware why is that. I have used self signed certificate that I have created on my localhost, could it be due this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well the problem was in my OidcController in .well-known/openid-configuration endpoint where I had a typo in JwksUri and missed '/' before '.well-known/keys' of course this caused that id_token_hint could not be decoded on ADB2C side.... |
Beta Was this translation helpful? Give feedback.
Well the problem was in my OidcController in .well-known/openid-configuration endpoint where I had a typo in JwksUri and missed '/' before '.well-known/keys' of course this caused that id_token_hint could not be decoded on ADB2C side....