feat(openid): add well-known openid config page
This commit is contained in:
parent
66b7a256cf
commit
a7f6c28e0d
7 changed files with 52 additions and 1 deletions
10
http_integration_tests/oauth2c.sh
Executable file
10
http_integration_tests/oauth2c.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
oauth2c http://localhost:8085 \
|
||||
--client-id "a1785786-8be1-443c-9a6f-35feed703609" \
|
||||
--client-secret "49c6c16a-0a8a-4981-a60d-5cb96582cc1a" \
|
||||
--response-types code \
|
||||
--response-mode query \
|
||||
--grant-type authorization_code \
|
||||
--auth-method client_secret_basic \
|
||||
--scopes "read_user_basic"
|
||||
Loading…
Add table
Add a link
Reference in a new issue