Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

requestparamsresponsedescription
GET /oauth/providers
OAuthProvider array
GET /oauth/redirect
TokenResponse





PlantUML Macro
@startuml
participant GUI as gui order 1
participant SDNC as sdnc order 2
participant User as user order 3
participant OAUthProvider as oauth order 4

    gui -> sdnc: GET /oauth/providers 
    sdnc --> gui: providers array
    user -> gui: Select OAuth provider
    gui -> oauth: /loginForm
    oauth --> gui: redirect to redirectURI
    gui -> sdnc: GET /oauth/redirect with params
    
    
    
@enduml

...