Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
devel:documentation:security:dev:security [2023/12/01 16:18]
chalupat [The authentication flow from front]
devel:documentation:security:dev:security [2023/12/01 16:18]
chalupat [Single logout flow from IDM]
Line 282: Line 282:
 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.
  
-2) IDM redirect him to logout endpoint on OIDC provider+2) IDM redirect him to logout endpoint on OIDC provider (adress from .well-known endpoint on OIDC providers or can be overwritten in config)
  
 3) OIDC provider calls IMD and IDM invalidates all tokens with SID (from JWT token) 3) OIDC provider calls IMD and IDM invalidates all tokens with SID (from JWT token)
  
  
  • by chalupat