mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
Update README.md
This commit is contained in:
parent
56ea3290a6
commit
6938037a3c
1 changed files with 3 additions and 2 deletions
|
|
@ -91,6 +91,9 @@ authorization:
|
||||||
authorize: http://127.0.0.1:4444/oauth2/auth
|
authorize: http://127.0.0.1:4444/oauth2/auth
|
||||||
register: http://127.0.0.1:4444/oauth2/register
|
register: http://127.0.0.1:4444/oauth2/register
|
||||||
token: http://127.0.0.1:4444/oauth2/token
|
token: http://127.0.0.1:4444/oauth2/token
|
||||||
|
clients:
|
||||||
|
- id: bss
|
||||||
|
secret: IAMBSS
|
||||||
|
|
||||||
|
|
||||||
options:
|
options:
|
||||||
|
|
@ -104,8 +107,6 @@ options:
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
- Make sure all remote hosts in config file are reachable.
|
- Make sure all remote hosts in config file are reachable.
|
||||||
- If you get a CSRF violation error, try clearing the cookies in your browser.
|
|
||||||
- If you only want to receive an ID token, comment out the other URLs in config. This may be changed in the future.
|
|
||||||
- The JWKS url can be found from your authentication server's OpenID configuration
|
- The JWKS url can be found from your authentication server's OpenID configuration
|
||||||
`curl https://<your authetication server>/.well-known/openid-configuration`
|
`curl https://<your authetication server>/.well-known/openid-configuration`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue