feat(op): allow double star globs

Related to https://github.com/zitadel/zitadel/issues/5110
This commit is contained in:
Tim Möhlmann 2023-12-28 12:09:34 +02:00
parent dce79a73fb
commit 2f53fe7c3d
8 changed files with 374 additions and 2 deletions

View file

@ -63,6 +63,7 @@ type Client interface {
// such as DevMode for the client being enabled.
// https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest
type HasRedirectGlobs interface {
Client
RedirectURIGlobs() []string
PostLogoutRedirectURIGlobs() []string
}