Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Mar 19, 2024
1 parent 9b4920a commit 2c27633
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 150 deletions.
88 changes: 50 additions & 38 deletions doc/flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions doc/pam-weblogin.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ participant "Linux host" as linux
user -> linux : start ssh connection
linux --> sram : start pam-weblogin
activate linux
sram --> linux : return url
linux -> user : show url to user
user -> sram : open url in browser
sram --> linux : challenge
linux -> user : show challenge to user
user -> sram : open challenge in browser
deactivate linux

|||
group SAML login
group SAML login
sram -> user : authN Request
user -> idp : authenticate
idp -> user : ok
Expand All @@ -29,11 +29,12 @@ sram -> user : show code
user -> linux : enter code

linux --> sram : verify code
sram --> linux : send code, userinfo
sram --> linux : send result, userinfo

linux -> linux : login as correct user
activate linux #Chartreuse
linux -> user : shell access
deactivate linux
|||

@enduml
Loading

0 comments on commit 2c27633

Please sign in to comment.