You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

PlantUML 1.2023.12 <b>This version of PlantUML is 188 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 10) ] @startumltitle REST SSO Flow (SAML)hide footboxautonumberparticipant "Client\n(eg JEE App)" as cliparticipant "SAML IdP\n(eg Shibboleth)" as idpparticipant "Knox\nGW" as gw #limeparticipant "Hadoop\n(eg NN)" as svc #limeactivate clicli -> idp: /authenticate.POST(username,password)note rightSyntax Error? REST SSO Flow (SAML) Client(eg JEE App) SSO(eg Shibboleth) KnoxGW LDAP Hadoop(eg NN) 1/authenticate.POST(username,password) 2saml-bearer-token[username] 3/cluster/service.GET(jwt-bearer-token) 4lookupGroups(username):groups 5/service.GET(username) 6ok200(results) 7ok200(results)

 

 

REST SSO Flow (LDAP) Client(eg JEE App) KnoxTS/SSO LDAP KnoxGW Hadoop(eg NN) 1/authenticate.POST(username,password) 2authenticate(username,password) 3lookupGroups():groups 4jwt-bearer-token[username,groups] 5/cluster/service.GET(jwt-bearer-token) 6/service.GET(username) 7results 8results
  • No labels