SAML Setup is not authenticating for DX SAAS. We see in the log file
issuer.value mismatch: expected: urn:mycompany:S8AAASi:SAML2.0:IDP, actual: mycompany:S8AAASi:SAML2.0:IDP
After logging using the created token it would just roll back to the login screen after putting in the credentials.
Release : 20.2
Component :
Provided details on how to setup SAML.
Map Attributes between DXI and SAML Account
Roles, Email, First name, Last name are required.
Example role Mappings between DX APM roles and SAML groups.
{
"roleMappings": [
{
"rolename": "TA",
"anyGroups": [
{
"name": "ApmAdmin",
"distinguishedName": "ApmAdmin"
}
]
},{
"rolename": "PU",
"anyGroups": [
{
"name": "ApmPower",
"distinguishedName": "ApmPower"
}
]
},{
"rolename": "UZ",
"anyGroups": [
{
"name": "ApmRead",
"distinguishedName": "ApmRead"
}
]
}
]
}