Skip to content

Commit

Permalink
Update Matrix_OIDC_Login.puml
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-cp authored Oct 31, 2023
1 parent 8e501b6 commit 25271f6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ activate app
hs --> app: 200 OK ""{...}""
|||
end 'group
group #LightGreen <size:16>OIDC Login</size>
group <size:16>OIDC Login</size>
app -> hs: GET https://matrix-client.homeserver-tim.de/_matrix/client/v3/login
hs --> app: 200 OK ""{"flows":[{"type":"m.login.sso","identity_providers":[""\n\
""{"id":"oidc-sektoraler-idp","name":"Sektoraler-IDP","icon":"mxc://homeserver-tim.de/nsyeLIgzxazZmJadflMAsAWG","brand":"sektoraler-idp"},""\n\
Expand All @@ -79,17 +79,17 @@ activate app
""set-cookie: oidc_session=...; Max-Age=3600; Path=_synapse/client/oidc; HttpOnly; Secure; SameSite=None""\n\
""set-cookie: oidc_session_no_samesite=...; Max-Age=3600; Path=/_synapse/client/oidc; HttpOnly""\n\
""synapse-trace-id: 747f9ec899abf541""
app -> idp: GET https://github.com/login/oauth/authorize?response_type=code&client_id=f318c77b32dea5117eb3&\n\
app -> idp: GET https://sektoraler-idp.de/login/oauth/authorize?response_type=code&client_id=f318c77b32dea5117eb3&\n\
redirect_uri=https://matrix-client.homeserver-tim.de/_synapse/client/oidc/callback&\n\
scope=read:user&state=2Mp3IrxFVlRIRzZrwZjOTyQ60OSF31&nonce=tTheFW69KwzKxYrCnoBPoxrevBuMjb
idp --> app: 302 Redirect ""location: https://github.com/login?client_id=f318c77b32dea5117eb3&return_to=%2Flogin%2Foauth%2Fauthorize%3F""\n\
idp --> app: 302 Redirect ""location: https://sektoraler-idp.de/login?client_id=f318c77b32dea5117eb3&return_to=%2Flogin%2Foauth%2Fauthorize%3F""\n\
""client_id%3Df318c77b32dea5117eb3%26nonce%3DtTheFW69KwzKxYrCnoBPoxrevBuMjb%26redirect_uri%3Dhttps%253A%252F%252Fmatrix-client.homeserver-tim.de%252F""\n\
""_synapse%252Fclient%252Foidc%252Fcallback%26response_type%3Dcode%26scope%3Dread%253Auser%26state%3D2Mp3IrxFVlRIRzZrwZjOTyQ60OSF31""\n\
""set-cookie: _gh_sess=...; path=/; secure; HttpOnly; SameSite=Lax""\n\
""x-github-request-id: 5D12:2A7A:51BB0D3:52DA7BE:6540C256""
""x-sektoraler-idp-request-id: 5D12:2A7A:51BB0D3:52DA7BE:6540C256""
|||
group #LightBlue <size:16>IDP authentication</size>
app -> idp: GET https://github.com/login/oauth/authorize\n\
app -> idp: GET https://sektoraler-idp.de/login/oauth/authorize\n\
""Cookie: _gh_sess=...; dotcom_user=username""
activate idp
idp --> au: Challenge
Expand Down

0 comments on commit 25271f6

Please sign in to comment.