Example Identity Provider Settings
note
Below are example settings to provide an idea of the type of data expected based on the Identity Provider used, your Identity Provider may be configured differently and require settings that differ from the examples given below.
Azure AD
Value | Description |
---|---|
Entity ID | https://sts.windows.net/1111111a-b2cc-33d3-4444-55e666ff777g/ |
Single Sign On URL | https://login.microsoftonline.com/1111111a-b2cc-33d3-4444-55e666ff777g/saml2 |
Single Logout URL | https://login.microsoftonline.com/1111111a-b2cc-33d3-4444-55e666ff777g/saml2 |
X509Cert | MIIC8DCC... ...Nbd0VlE3 |
User email attribute | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name |
First name attribute | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname |
Last name attribute | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname |
Azure AD B2C
Value | Description |
---|---|
Entity ID | https://www.example.net/example.onmicrosoft.com/B2C_1A_signup_signin_SAML |
Single Sign On URL | https://www.example.net/example.onmicrosoft.com/B2C_1A_signup_signin_saml/samlp/sso/login |
Single Logout URL | https://www.example.net/example.onmicrosoft.com/B2C_1A_signup_signin_saml/samlp/sso/logout |
X509Cert | MIIDnzCC... ....kZt+UMg== |
User email attribute | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress |
First name attribute | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname |
Last name attribute | http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname |
Shibboleth
Value | Description |
---|---|
Entity ID | https://www.example.net/idp/shibboleth |
Single Sign On URL | https://www.example.net/idp/profile/SAML2/Redirect/SSO |
Single Logout URL | |
X509Cert | MIIDHzCC... ...ggGu4Y= |
User email attribute | urn:oid:0.9.2342.19200300.100.1.3 |
First name attribute | urn:oid:2.5.4.42 |
Last name attribute | urn:oid:2.5.4.4 |
OneLogin
Value | Description |
---|---|
Entity ID | https://app.onelogin.com/saml/metadata/1111111a-b2cc-33d3-4444-55e666ff777g |
Single Sign On URL | https://jadueng-dev.onelogin.com/trust/saml2/http-post/sso/1111111a-b2cc-33d3-4444-55e666ff777g |
Single Logout URL | https://jadueng-dev.onelogin.com/trust/saml2/http-redirect/slo/937351 |
X509Cert | MIIC8DCC... ...QqMOKQ== |
User email attribute | urn:oid:0.9.2342.19200300.100.1.3 |
First name attribute | urn:oid:2.5.4.42 |
Last name attribute | urn:oid:2.5.4.4 |