Closed
Description
Expected Behavior
One time token login has a dedicated field and button on the default login page (DefaultLoginPageGeneratingFilter
).
Given the following configuration:
http.authorizeHttpRequests(...)
.oneTimeTokenLogin(...)
.build();
The default login page should be displayed, with the one time token login form.
Current Behavior
Currently, OTT alone does not enable the default login page UI. There MUST be one of formLogin
, oauth2Login
or saml2Login
configured for the login page to be active. This is true for both Servlet and Reactive.
Planning to submit a PR for this.
Metadata
Metadata
Type
Projects
Relationships
Development
No branches or pull requests
Activity
jzheaux commentedon Feb 4, 2025
Closing in favor of #16480
One Time Token login registers the default login page
One Time Token login registers the default login page
rwinch commentedon Feb 10, 2025
Changing to no longer be a duplicate since we used the PR to close multiple issues and we want specific ticket in the change log
3 remaining items