Skip to content
Discussion options

You must be logged in to vote

tak jak w linku pewnie by zadziałało, ale to też dodatkowy technical profile, bo jest:
Blok claims transformation
https://learn.microsoft.com/en-us/azure/active-directory-b2c/claimstransformations
i claims transformation technical profile, które podlinkowałeś
https://learn.microsoft.com/en-us/azure/active-directory-b2c/claims-transformation-technical-profile

udało mi się rozwiązać temat tak:

    <ClaimsSchema>
      <ClaimType Id="OAUTHKVtenantId">
        <DisplayName>tenant id from query string</DisplayName>
        <DataType>string</DataType>
      </ClaimType>
      <ClaimType Id="CultureLanguageName">
        <DisplayName>user language name</DisplayName>
        <DataType>string</Dat…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@krukowskid
Comment options

@mgrabarz
Comment options

@krukowskid
Comment options

Answer selected by krukowskid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Pomoc
Labels
None yet
2 participants