pzejer
pzejer
Yes. About access token which is blank here: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/active-directory-b2c/idp-pass-through-user-flow.md I tired to make my own template "TrustFrameworkExtensions.xml" with OAuth technical profile to my custom IdP but it didn't work out
To be more clear - I did it by User flow. I add custom OpenID Provider. Then I configure in application claims to have it a "Identity Provider Access Token"...
The custom idp token is pass as a claim to client. Is it possible to pass acces_token beside id_token like in regular OAuth response or as a bearer token in...