You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app-reg-saml-2.0.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SAML 2.0 application registration
1
+
# SAML 2.0 application registration
2
2
3
3
FoxIDs SAML 2.0 application registration enable you to connect an SAML 2.0 based application.
4
4
@@ -12,6 +12,8 @@ Your application become a SAML 2.0 Relying Party (RP) and FoxIDs acts as an SAML
12
12
13
13
FoxIDs support [SAML 2.0 redirect and post bindings](https://docs.oasis-open.org/security/saml/v2.0/saml-bindings-2.0-os.pdf).
14
14
15
+
FoxIDs also supports forwarding a login hint from the SAML Authn request URL using either the login_hint or LoginHint query parameter when the request does not include a NameID. This enables relying parties such as Microsoft Entra and Okta to pre-fill the user identifier in the FoxIDs login experience.
16
+
15
17
A application registration expose [SAML 2.0 metadata](https://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf) where your application can discover the SAML 2.0 Identity Provider (IdP).
16
18
17
19
Both the login, logout and single logout [SAML 2.0 profiles](https://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf) are supported. The Artifact profile is not supported.
@@ -69,3 +71,5 @@ The `AuthnContextClassRef` property can be set in the `Login` method in `SamlCon
Copy file name to clipboardExpand all lines: docs/claim-transform-task.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,4 +195,4 @@ Use a `Regex map` claim transformation and select the `Replace claim` action.
195
195
196
196
Find the ID without the default added post authentication method name with regex `^(nemlogin\|)(?<map>.+)$`
197
197
198
-
> You can do the same in a SAML 2.0 authentication method using the `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier` claim instead of the `sub` claim.
198
+
> You can do the same in a SAML 2.0 authentication method using the `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier` claim (which contains the SAML 2.0 Authn Response `NameID` value) instead of the `sub` claim.
0 commit comments