Skip to content

Commit e890587

Browse files
authored
Minor edits
1 parent 7242945 commit e890587

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory-b2c/partner-nok-nok.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For the following instructions, Nok Nok is a new OIDC IdP in the B2C identity pr
127127

128128
If the flow is incomplete, confirm the user is or isn't saved in the directory.
129129

130-
## Alternate Flow
130+
## Alternate flow for Authentication
131131

132132
The following diagram illustrates an alternate passkey sign in or sign up flow using the ID Token Hint feature of Azure AD B2C. With this approach, an Azure custom policy verifies the ID Token Hint produced by the Nok Nok Cloud. For more details, please refer to the article, [Define an ID token hint technical profile in an Azure Active Directory B2C custom policy](https://learn.microsoft.com/en-us/azure/active-directory-b2c/id-token-hint). Please contact Nok Nok support for help with integrated the required Azure custom policy.
133133

@@ -137,10 +137,10 @@ The following are the steps
137137
1. The user selects the sign-in with Nok Nok Cloud button.
138138
2. The Nok Nok Cloud request passkey authentication.
139139
3. The user authenticates with their passkey.
140-
4. The Nok Nok Cloud validates the passkey assertion
141-
5. The ID Token Hint is returned
142-
6. The App sends the ID Token Hint to Azure AD B2C
143-
7. Azure Custom Policy verifies the ID Token Hint
140+
4. The Nok Nok Cloud validates the passkey assertion.
141+
5. The ID Token Hint is returned.
142+
6. The App posts an OIDC request with the ID Token Hint to Azure AD B2C.
143+
7. Azure Custom Policy verifies the ID Token Hint.
144144
8. Based on the authentication result, Azure AD B2C either grants or denies access to the target application.
145145

146146
## Next steps

0 commit comments

Comments
 (0)