Skip to content

sparkcyf/cas-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CAS Proxy

Proxy CAS3/Oauth2 auth request to oidc client.

+----------------+     +---------------------+     +-------------------+
|                |     |                     |     |                   |
|   Keycloak     |     |    authcas-cra      |     |    CAS Server    |
|                |     |                     |     |                   |
+-------+--------+     +---------+-----------+     +-------+-----------+
        |                      |                           |
        |  /authorize?         |                           |
        +--------------------->|                           |
        |                      | /cas/login?service=...    |
        |                      |-------------------------->|
        |                      |                           |
        |                      |          ticket           |
        |                      |<--------------------------|
        |                      |                           |
        |                      | /callback?ticket=...      |
        |                      +-------------------------->|
        |                      |                           |
        |                      |         auth_code         |
        |                      |<--------------------------|
        |       auth_code      |                           |
        |<---------------------+                           |
        |                      |                           |
        |   /token?code=...    |                           |
        +--------------------->|                           |
        |                      |                           |
        |                      |      access_token         |
        |                      |<--------------------------|
        |  /userinfo?          |                           |
        +--------------------->|                           |
        |                      |                           |
        |                      |     User Information      |
        |                      |<--------------------------|
        |                      |                           |
        v                      v                           v

About

convert cas3 auth server to oidc style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published