Matthieu Bessat
02e16a7e74
- generate JWT id_token in token exchange - store optional nonce in authorization object - switch to RS256 algorithm for JWT signature - add JWKs endpoint to provide OIDC clients with public keys
10 lines
181 B
TOML
10 lines
181 B
TOML
signing_key = "tmp/secrets/signing.key"
|
|
applications = []
|
|
|
|
roles = []
|
|
|
|
[instance]
|
|
base_uri = "http://localhost:8086"
|
|
name = "Example org"
|
|
logo_uri = "https://example.org/logo.png"
|
|
|