Skip to content

Commit

Permalink
Update projects/authentication/docs/client-access-token.md
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Eelen <[email protected]>
  • Loading branch information
erwin1 and grubolsch authored Nov 7, 2024
1 parent e19764b commit ee04911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/authentication/docs/client-access-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See [requesting client credentials](./requesting-credentials.md) how to obtain a
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor': '#f0f0f0', 'fontFamily': 'Helvetica' }, 'sequence': { 'actorFontFamily': 'Helvetica', 'noteFontFamily': 'Helvetica', 'messageFontFamily': 'Helvetica' } }}%%
sequenceDiagram
autonumber
Client->>Auth server: POST /token with client id and secret
Client->>Auth server: POST /realms/uitid/protocol/openid-connect/token with client id and secret
Auth server-->>Client: 200 OK with access token
Client->>Client: Cache token internally
loop
Expand Down

0 comments on commit ee04911

Please sign in to comment.