AAD B2C adding / mapping claims from external / delegate Identity Provider?

感情迁移 提交于 2021-01-29 11:18:03

问题


Using AAD B2C, I'd like to enable end-users to login using their Microsoft-Live or Google identity providers (delegate the authentication). However, I have a set of custom claims in AAD B2C for my users (some roles, for example). So, once the user authenticates into google, I need to add or "map, merge" the claim set with this user's custom claims in AAD B2C and return the consolidated claim-set to my application.

My question: where can I add or map these claims in the claimset returned by AAD B2C? In some Identity Providers this is possible using filters. Not yet finding the feature in AAD B2C, pointers?

EDIT: found this: - https://aadguide.azurewebsites.net/claims/#claim-augmentation-/-enrichment

来源:https://stackoverflow.com/questions/54324139/aad-b2c-adding-mapping-claims-from-external-delegate-identity-provider

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!