Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.

Failed to evaluate expression 'IS_AUTHENTICATED_FULLY' #625

@kklam4697

Description

@kklam4697

I was trying to do spring-security-oauth in XML way
the version is
spring-security 4.03
oauth 2.08

the http element code is

<http pattern="/oauth/token" create-session="stateless"
    authentication-manager-ref="oauth2AuthenticationManager"
    entry-point-ref="oauth2AuthenticationEntryPoint">
    <intercept-url pattern="/oauth/token" access="IS_AUTHENTICATED_FULLY" />
    <anonymous enabled="false" />
    <http-basic entry-point-ref="oauth2AuthenticationEntryPoint" />
    <custom-filter ref="clientCredentialsTokenEndpointFilter"
        before="BASIC_AUTH_FILTER" />
    <access-denied-handler ref="oauth2AccessDeniedHandler" />
</http>

But when i try wo get the token. the console print Failed to evaluate expression 'IS_AUTHENTICATED_FULLY'.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions