Anonymous () to allow anonymous users to access
Unconditional permitAll () allows access to
Both what is the difference, not can access when login
CodePudding user response:
Certificate authority
CodePudding user response:
Anonymous () to allow anonymous users to access and not allowed to have login user accessPermitAll () regardless of the login, not login can visit
PermitAll () : Always evaluates to true
IsAnonymous () : Returns true if the current principal is an anonymous user