%--
================================================================================
eCOMP Portal
================================================================================
Copyright (C) 2017 AT&T Intellectual Property
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================================================
--%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
<%@ taglib prefix="o" tagdir="/WEB-INF/tags"%>
<%@ page session="false" %>
This example application is configured with several pages requiring different levels of access. This page does not require the user to be logged in. Use the tabs in the navbar above to navigate to pages with different access requirements.
ROLE_USER
Spring Security authority.ROLE_ADMIN
Spring Security authority.
See below for the currently configured list of admin accounts.This authorization filter for this client has been configured with the following components:
${ issuerServiceClass }
${ serverConfigurationServiceClass }
${ clientConfigurationServiceClass }
${ authRequestOptionsServiceClass }
${ authRequestUriBuilderClass }
Logged in users are assigned the ROLE_USER
authority by default, but the following users
(identified by issuer/subject pairs) will also be given ROLE_ADMIN
:
Issuer | Subject |
---|---|
${ admin.issuer } | ${ admin.subject } |