Skip to content

Commit

Permalink
Merge pull request #568 from UnionInternationalCheminsdeFer/551-multi…
Browse files Browse the repository at this point in the history
…ple-authentication-methods-required-in-standard

551 multiple authentication methods required in standard
  • Loading branch information
jspetrak authored Jun 5, 2024
2 parents 6888e62 + bf8a875 commit 5cf0f40
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 38 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions images/authentication/authentication_flow_client_secret.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@startuml Client Secret Token Generation Flow
OSDM_Consumer -> OSDM_Provider_Login_Service : Request for Access Token including Client Credentials
OSDM_Provider_Login_Service -> OSDM_Provider_Login_Service : Validate Client Credentials
OSDM_Provider_Login_Service -> OSDM_Provider_Login_Service : Create and Sign Access Token
OSDM_Provider_Login_Service -> OSDM_Consumer : JW Access Token
OSDM_Consumer -> OSDM_Consumer : Cache JW Access Token
OSDM_Consumer -> OSDM_Provider_Functional_Endpoints : OSDM Call e.g. POST /offers including Access Tolken
OSDM_Provider_Functional_Endpoints -> OSDM_Provider_Functional_Endpoints : Validate JW Access Token
OSDM_Provider_Functional_Endpoints -> OSDM_Provider_Functional_Endpoints : Process OSDM functional call
OSDM_Provider_Functional_Endpoints -> OSDM_Consumer : OSDM Response e.g. OfferResponse
@enduml
Loading

0 comments on commit 5cf0f40

Please sign in to comment.