mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Refactored and added client credentials flow
This commit is contained in:
parent
f912890a2d
commit
f490eb4fc4
9 changed files with 113 additions and 41 deletions
|
|
@ -16,6 +16,8 @@ urls:
|
|||
jwks_uri: http://git.towk.local:3000/login/oauth/keys
|
||||
login: http://127.0.0.1:4433/self-service/login/api
|
||||
login-flow-id: http://127.0.0.1:4433/self-service/login/flows?id={id}
|
||||
register-client: http://127.0.0.1:4445/clients
|
||||
authorize-client: http://127.0.0.1:4444/oauth2/authorize
|
||||
state: ""
|
||||
response-type: code
|
||||
decode-id-token: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue