Push Jazz Repository Permissions from SAML 2.0 IdP to Jazz Team Server?
![]() I'm trying to configure CLM and Jazz Authorization Server to accept SAML assertions from an IDP, in this case Okta. We have no problem getting CLM/JTS to create the user upon login using SAML/Okta; however, we cant update the email address or more importantly the repository permissions for a user. Can anyone provide more instructions on how to set this up?
|
Accepted answer
![]() This bit, "we would have to maintain a local file or LDAP configuration on the JazzAuth server which is not ideal", unfortunately is true. CLM does not receive any SAML tokens directly, which is JAS's job, and JAS cannot do any group mapping using the group information returned in a SAML token.
Michael Razavi selected this answer as the correct answer
Comments Donald, Thank you for the confirmation and the quick response! Do you know if this is also the case with OpenID Connect? More or less the same. For OpenID/SCIM, it is required that both JTS and JAS can connect to the same LDAP server - JTS will do the group mapping in this case, which is a bit confusing compared with SAML. We also recently found the below defect.
|
One other answer
![]() Hi Mike ,
Below is what I have setup in okta . I could not get the sign on working . Can you please share your config .
Below is what I have setup in okta .
Single Sign On URL https://clmaxxx.org/ibm/saml20/defaultSP/acs
Recipient URL https://clmaxxx.org/ibm/saml20/defaultSP/acs
Destination URL https://clmaxxx.org/ibm/saml20/defaultSP/acs
Audience Restriction https://clmaxxx.org/ibm/saml20/defaultSP
|