-
Notifications
You must be signed in to change notification settings - Fork 33
dashboard sso with saml
Jonathan Bernal edited this page Sep 8, 2021
·
4 revisions
In order to provide SSO Access to dashboard using SAML, the minimum configuration that a profile must contain is the next:
[{
"ID": "saml-sso-dash-login",
"OrgID": {ORG-ID},
"ActionType": "GenerateOrLoginUserProfile",
"Type": "redirect",
"ProviderName": "SAMLProvider",
"ProviderConfig" : {
"CertLocation": {CERT-PATH-OR-ID},
"SAMLBaseURL": {TIB-HOST},
"ForceAuthentication": false,
"FailureRedirect": "{DASH-HOST}/?fail=true",
"IDPMetaDataURL": {METADATA-URL-PROVIDED-BY-IDP}
},
"IdentityHandlerConfig" : {
"DashboardCredential" : "{DASH-CREDENTIAL}"
},
"ReturnURL" : "http://tyk-dashboard:3000/tap"
}]