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
### Description
Add two new SSO rule options:
* `SkipLoginPage` redirects requests directly to the IDP's login page.
* `Return403ForGetRequests` returns a simple 403 (Forbidden) response
for GET requests. Normally, GET requests get a login page.
Also, add `TokenLifetime` to OIDC, SAML, and Passkey providers.
### Type of change
* [ ] New feature
* [x] Feature improvement
* [ ] Bug fix
* [ ] Documentation
* [ ] Cleanup / refactoring
* [ ] Other (please explain)
### How is this change tested ?
* [ ] Unit tests
* [x] Manual tests (explain)
* [ ] Tests are not needed
0 commit comments