-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #568 from UnionInternationalCheminsdeFer/551-multi…
…ple-authentication-methods-required-in-standard 551 multiple authentication methods required in standard
- Loading branch information
Showing
3 changed files
with
131 additions
and
38 deletions.
There are no files selected for viewing
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
11
images/authentication/authentication_flow_client_secret.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.