-
Notifications
You must be signed in to change notification settings - Fork 6k
Add isFullyAuthenticated to AuthenticatedTrustResolver #11510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Can i work on this implementation ? |
Yep! The issue is yours. |
karthikeyan-r
pushed a commit
to karthikeyan-r/spring-security
that referenced
this issue
Jul 30, 2022
karthikeyan-r
pushed a commit
to karthikeyan-r/spring-security
that referenced
this issue
Sep 9, 2022
karthikeyan-r
pushed a commit
to karthikeyan-r/spring-security
that referenced
this issue
Sep 26, 2022
karthikeyan-r
pushed a commit
to karthikeyan-r/spring-security
that referenced
this issue
Oct 13, 2022
jzheaux
added a commit
that referenced
this issue
Nov 29, 2022
- Replace ampersand - Correct since version Issue gh-11510
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Since
isFullyAuthenticated
is a composition ofisAnonymous
andisRememberMe
, a default convenience method can be added:This would be nice for
SecurityExpressionRoot#isFullyAuthenticated
andAuthenticatedAuthorizationManager#fullyAuthenticated
The text was updated successfully, but these errors were encountered: