It's all about the answers!

Ask a question

What is Jazz Authentication Server(JAS)


Gagan Kumar (53278) | asked Mar 02 '21, 3:50 a.m.

 What is Jazz Authentication Server(JAS)

One answer



permanent link
Bartosz Chrabski (3.4k12648) | answered Mar 02 '21, 3:55 a.m.

Starting with the CLM 6.0 software release, Jazz Security Architecture (JSA) SSO is available as an authentication option. Based on OpenID Connect , the authentication is not performed by the container hosting Jazz applications, but instead is delegated to a separate Jazz Authorization Server (JAS), which performs the role of an OpenID Connect provider (OP). JAS also provides Single Sign On feature to the applications that are configured with it.



Comments
Gagan Kumar commented Mar 02 '21, 4:11 a.m.

 Hi @Bartosz Chrabski


What is Difference between JAS and LDAP


Peter Morgenthaler commented Mar 02 '21, 6:01 p.m.

 LDAP stores the user information/password etc. JAS connects to the LDAP and asked the LDAP if a users credentials are correct. It can also query for other user information stored in the LDAP. Typically an organisation uses an LDAP (like windows Active Directory or a linux LDAP) to store each uesrs details. You would use the JAS to connect to the LDAP so you do not need to maintain two sets of accounts. 


Using container authentication works in a similar way to JAS except that each container needs to be configured to connect to a LDAP.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.