Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:security:dev:security [2023/12/01 15:23]
chalupat [Single logout flow from IDM]
devel:documentation:security:dev:security [2023/12/01 16:15]
chalupat [Single logout flow from IDM]
Line 246: Line 246:
 ==== The authentication flow from front ==== ==== The authentication flow from front ====
  
-{{  .:oidc.png?nolink&1061x612  }}+{{  .:oidc_1.png?nolink&1061x612  }}
  
 1) User isn't authenticated so frotend redirects user to api endpoint for OIDC login. 1) User isn't authenticated so frotend redirects user to api endpoint for OIDC login.
Line 265: Line 265:
 ==== The authentication flow from external application (hub, ...) ==== ==== The authentication flow from external application (hub, ...) ====
  
-{{  .:oidc2.png?nolink&889x698  }}+{{  .:oidc2_1.png?nolink&889x698  }}
  
 1) Authentication happens on external application 1) Authentication happens on external application
Line 278: Line 278:
 ==== Single logout flow from IDM ==== ==== Single logout flow from IDM ====
  
-{{  .:oidc3.png?nolink&881x369  }}+{{  .:oidc3_1.png?nolink&881x369  }}
  
 1) User clicks on logout button so front redirects him to api endpoint for OIDC logout. 1) User clicks on logout button so front redirects him to api endpoint for OIDC logout.
  • by chalupat