B2C conditional access using SAML instead of OIDC #538
Unanswered
eliottmitchelmore
asked this question in
Q&A
Replies: 1 comment
-
You will need a SAML app registered in B2C to get this working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can get the Conditional Access sample working fine using OIDC but when switching to SAML it always throws an exception (undefined GUID) when the ConditionalAccessEvaluation TP is invoked.
I assume this is due to a difference between OIDC and SAML claims and the ConditionalAccessEvaluation is expecting InputClaims of a different format/type/name.
Has anybody got this working with SAML?
Beta Was this translation helpful? Give feedback.
All reactions