Skip to content

Commit cb21a03

Browse files
authored
Update +page.markdoc
1 parent 731e49e commit cb21a03

File tree

1 file changed

+2
-2
lines changed
  • src/routes/blog/post/understanding-Idp-vs-sp-initiated-sso

1 file changed

+2
-2
lines changed

src/routes/blog/post/understanding-Idp-vs-sp-initiated-sso/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In an IdP-initiated SSO flow, the user’s journey starts at the IdP itself:
2727
2. The IdP displays a dashboard of connected applications.
2828
3. The user selects a service to access.
2929
4. The IdP sends a secure authentication token (such as a SAML assertion) to the Service Provider (SP).
30-
5. The SP grants access based on the [token](https://appwrite.io/docs/products/auth/tokens).
30+
5. The SP grants access based on the [token](/docs/products/auth/tokens).
3131

3232
# Advantages
3333

@@ -90,7 +90,7 @@ In SP-initiated SSO, the process begins when a user attempts to log into an appl
9090
- **B2B and B2C platforms**: Especially when users might come in via bookmarks, emails, or direct links.
9191
- **Dynamic environments**: Where new apps are frequently added or removed.
9292

93-
Pro tip: SP-initiated flows are often complemented by [adaptive MFA](https://appwrite.io/docs/products/auth/mfa) to enhance security without compromising the user experience.
93+
Pro tip: SP-initiated flows are often complemented by [adaptive MFA](/docs/products/auth/mfa) to enhance security without compromising the user experience.
9494

9595
# When to use both approaches
9696

0 commit comments

Comments
 (0)