Skip to content

Question about role ADMIN #2

@pinootto

Description

@pinootto

Is it correct the following configuration in the file applicationContext.xml?

<sec:http pattern="/admin/**" create-session="never">
    <sec:http-basic entry-point-ref="restAuthenticationEntryPoint"/>
    <sec:intercept-url pattern="/**" access="ROLE_USER"/>
</sec:http>
<sec:http pattern="/action/user" create-session="never">
    <sec:http-basic entry-point-ref="restAuthenticationEntryPoint"/>
    <sec:intercept-url pattern="/**" access="ROLE_USER"/>
</sec:http>

The pattern="/admin/**" is associated with ROLE_USER. Is it correct? or should it be associated with ROLE_ADMIN?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions