fix token revocation authentication and discovery config
This commit is contained in:
parent
162990f974
commit
4ddf7c7764
4 changed files with 74 additions and 13 deletions
|
@ -29,6 +29,8 @@ type Configuration interface {
|
|||
GrantTypeJWTAuthorizationSupported() bool
|
||||
IntrospectionAuthMethodPrivateKeyJWTSupported() bool
|
||||
IntrospectionEndpointSigningAlgorithmsSupported() []string
|
||||
RevocationAuthMethodPrivateKeyJWTSupported() bool
|
||||
RevocationEndpointSigningAlgorithmsSupported() []string
|
||||
RequestObjectSupported() bool
|
||||
RequestObjectSigningAlgorithmsSupported() []string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue