You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The op.HasRedirectGlobs.PostLogoutRedirectURIGlobs() uses path.Match and op.HasRedirectGlobs.RedirectURIGlobs() uses doublestar.Match (since #297). This is not very intuitive to use. You can use doublestar for the redirect uri, but not for the post logout redirect uri.
Thank you for sharing your idea.
If there is a significant demand from customers/community, we will carefully consider implementing the feature.
Currently, the issue will be added to our product backlog to collect feedback.
Meanwhile, if you're interested in implementing it yourself, we also welcome pull requests.
Preflight Checklist
Describe your problem
The op.HasRedirectGlobs.PostLogoutRedirectURIGlobs() uses path.Match and op.HasRedirectGlobs.RedirectURIGlobs() uses doublestar.Match (since #297). This is not very intuitive to use. You can use doublestar for the redirect uri, but not for the post logout redirect uri.
Describe your ideal solution
Use doublestar.Match here
Version
No response
Environment
Self-hosted
Additional Context
No response
The text was updated successfully, but these errors were encountered: