Skip to content

Commit 27939c6

Browse files
Update pass-params-idp.mdx
Update for SAML params
1 parent b17624e commit 27939c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/authenticate/auth-guides/pass-params-idp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ There's a number of reason why you might want to use upstream params:
1515
- to create a smoother sign in experience - by passing the email through
1616
- to offer an account switcher (such as the Google account switcher) during sign in
1717

18+
Upstream params are available for OAuth 2.0 connections, e.g. [social connections](/authenticate/social-sign-in/add-social-sign-in/), [Entra ID OAuth 2.0 enterprise connection](/authenticate/enterprise-connections/azure/), and as part of [advanced configurations](/authenticate/enterprise-connections/advanced-saml-configurations/) in SAML connections.
19+
1820
## Limitations
1921

20-
- Each IDP has their own set of supported parameters and values, so you'll need to check their documentation to determine which URL parameters are supported.
21-
- Applies only to OAuth 2.0 connections, e.g. [social connections](/authenticate/social-sign-in/add-social-sign-in/) and [Entra ID OAuth 2.0 enterprise connection](/authenticate/enterprise-connections/azure/).
22-
- SAML IdPs do not support upstream parameters.
22+
Every identity provider has their own set of supported parameters and values, so you'll need to check their documentation to determine which URL parameters are supported.
2323

2424
## Static parameters
2525

0 commit comments

Comments
 (0)