feat: add configuration support for back channel logout
This commit is contained in:
parent
3b64e792ed
commit
1a0238155c
5 changed files with 64 additions and 10 deletions
|
@ -49,6 +49,9 @@ type Configuration interface {
|
|||
|
||||
SupportedUILocales() []language.Tag
|
||||
DeviceAuthorization() DeviceAuthorizationConfig
|
||||
|
||||
BackChannelLogoutSupported() bool
|
||||
BackChannelLogoutSessionSupported() bool
|
||||
}
|
||||
|
||||
type IssuerFromRequest func(r *http.Request) string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue