Difference between revisions of "SSO - Single Sign On"

From Ever changing code
Jump to navigation Jump to search
(Created page with "== SSO (Reverse Proxy) Architecture == :File:ClipCapIt-210922-135600.PNG Example implementations: * [https://github.com/oauth2-proxy/oauth2-proxy oauth2-proxy]")
 
Line 1: Line 1:
== SSO (Reverse Proxy) Architecture ==
== SSO (Reverse Proxy) Architecture ==
Browser goes to URL(1), via rev-proxy gets redirected to IdP(2)
:[[File:ClipCapIt-210922-135600.PNG]]
:[[File:ClipCapIt-210922-135600.PNG]]


Example implementations:
Example implementations:
* [https://github.com/oauth2-proxy/oauth2-proxy oauth2-proxy]
* [https://github.com/oauth2-proxy/oauth2-proxy oauth2-proxy]

Revision as of 14:59, 22 September 2021

SSO (Reverse Proxy) Architecture

Browser goes to URL(1), via rev-proxy gets redirected to IdP(2)

ClipCapIt-210922-135600.PNG

Example implementations: