Skip to content

Commit

Permalink
Update SignUpOrSignIn_RefreshTokenJourney_WithGoogle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelhor committed Aug 9, 2022
1 parent 04032fe commit 733bb49
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -131,7 +131,7 @@
<TechnicalProfiles>
<TechnicalProfile Id="RefreshTokenReadAndSetup">
<OutputClaims>
<!-- Get the refresh token claim from the refresh token.
<!-- To get the Google refresh token claim from the Azure AD B2C refresh token, we added the oauth2Refresh_token output claim.
Check the extension policy for more details and the full technical profile implementation -->
<OutputClaim ClaimTypeReferenceId="oauth2Refresh_token" />
</OutputClaims>
Expand Down

0 comments on commit 733bb49

Please sign in to comment.