Skip to content

Commit

Permalink
Merge pull request #561 from njrardin/master
Browse files Browse the repository at this point in the history
Fix spelling mistakes
  • Loading branch information
JasSuri authored Sep 20, 2023
2 parents 718eedd + 691db91 commit 0a50f91
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion policies/fido2/policy/FIDOExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<UserInputType>TextBox</UserInputType>
</ClaimType>

<!--Sample: Read only cliams to render on the self-asserted page-->
<!--Sample: Read only claims to render on the self-asserted page-->
<ClaimType Id="readOnlyDisplayName">
<DisplayName>FIDO dispaly name</DisplayName>
<DataType>string</DataType>
Expand Down
2 changes: 1 addition & 1 deletion policies/invite/policy/SignUpInvitation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<!-- <Item Key="issuer">your_optional_token_issuer_override</Item> -->
</Metadata>
<OutputClaims>
<!--Sample: Read the email cliam from the id_token_hint-->
<!--Sample: Read the email claim from the id_token_hint-->
<OutputClaim ClaimTypeReferenceId="email" />
</OutputClaims>
</TechnicalProfile>
Expand Down
2 changes: 1 addition & 1 deletion policies/sign-in-with-email/policy/SigninWithEmail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- <Item Key="issuer">your_optional_token_issuer_override</Item> -->
</Metadata>
<OutputClaims>
<!--Sample: Read the email cliam from the id_token_hint-->
<!--Sample: Read the email claim from the id_token_hint-->
<OutputClaim ClaimTypeReferenceId="email" />
</OutputClaims>
</TechnicalProfile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- <Item Key="issuer">your_optional_token_issuer_override</Item> -->
</Metadata>
<OutputClaims>
<!--Sample: Read the email cliam from the id_token_hint-->
<!--Sample: Read the email claim from the id_token_hint-->
<OutputClaim ClaimTypeReferenceId="email" />
</OutputClaims>
</TechnicalProfile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- <Item Key="issuer">your_optional_token_issuer_override</Item> -->
</Metadata>
<OutputClaims>
<!--Sample: Read the email cliam from the id_token_hint-->
<!--Sample: Read the email claim from the id_token_hint-->
<OutputClaim ClaimTypeReferenceId="email" />
</OutputClaims>
</TechnicalProfile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<!-- Demo: Custom Restful service to HASH the password. This technical profile sends the password as input
claim and return the passwords in HASH format, including the first 3 letters, second 3 letters
and third 3 letters as output cliams. The input and output claims map the name use in the policy
and third 3 letters as output claims. The input and output claims map the name use in the policy
with the name defined in the REST API code -->
<TechnicalProfile Id="REST-HashPassword">
<DisplayName>Validate user input data and return loyaltyNumber claim</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<Item Key="METADATA">https://psd2demo.azurewebsites.net/.well-known/openid-configuration</Item>
</Metadata>
<OutputClaims>
<!--Sample: Read the email cliam from the id_token_hint-->
<!--Sample: Read the email claim from the id_token_hint-->
<OutputClaim ClaimTypeReferenceId="amount" />
<OutputClaim ClaimTypeReferenceId="payee" />
<OutputClaim ClaimTypeReferenceId="accountnumber" />
Expand Down

0 comments on commit 0a50f91

Please sign in to comment.