Reputation: 61
We have a requirement to integrate ADB2C with Okta as an external Identity Provider. There are 3 use cases I see:
I was able to set up B2C integration with Okta for #1 and #2 via B2C Custom policies. However, for the #3 I am wondering if it's even possible. And if yes than how. Because in this case Okta would be getting a token from an external IDP and then somehow forwarding that token to AD B2C and B2C would return it to the client. Has anyone had a similar experience/requirement?
Upvotes: 0
Views: 701
Reputation: 1373
Okta will not forward the token from it's external IDP to Azure B2C instead it will generate it's own token and pass it to Azure B2C.
If you need the actual token from Okta's external IDP, you will need to use the following API: https://developer.okta.com/docs/reference/api/idps/#social-authentication-token-operation
Upvotes: 1