English 中文(简体)
Azure B2C Custom Policy with partner IDP Missing Claims when redeeming refresh token
原标题:

I am using Azure B2C with custom policies to provide OIDC authentication to a desktop client (IdentityModel). I am populating the JWT with a number of claims from the federated IDP. I receive all of these claims in the AccessToken when logging in.

However, when I later try to redeem my RefreshToken for a fresh AccessToken, the additional claims are not populated. I thought the new access token would automatically be populated with the claims from the original access token?

But honestly, I d settle for just getting the email claim. I can see the email stored under users in my Azure portal under "userPrincipalName" so I know it s in the Active Directory.

But I can t figure out how to retrieve it in my AccessToken when redeeming my RefreshToken.

问题回答

暂无回答




相关问题
未证实的批量-类型错误

我正试图利用春天安全,使用开放式电话联线,使用OAuth2授权服务器。

凌驾于多租期的钥匙花 the?

so I have micro service application where one of those called auth_manager used to authenticate and register new user , I use the auth_manager to get token for user from keycloak , and other services ...

Choosing an OIDC flow for WebAuthn when using Keycloak

I am new to OIDC and WebAuthn. I want to provide a progressive passwordless experience for my users. I understand that passkeys are supported by Windows/Mac/iOS/Android. I want to configure a Keycloak ...

热门标签