fix: add code_challenge_methods_supported to discovery endpoint
This commit is contained in:
parent
5a8e69978f
commit
68033051ba
4 changed files with 18 additions and 0 deletions
|
@ -16,6 +16,7 @@ type Configuration interface {
|
|||
KeysEndpoint() Endpoint
|
||||
|
||||
AuthMethodPostSupported() bool
|
||||
CodeMethodS256Supported() bool
|
||||
}
|
||||
|
||||
func ValidateIssuer(issuer string) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue