<%-- ================================================================================ 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. ================================================================================ --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ 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"%>

Welcome to ECOMP Portal OpenId Login

Please provide the URI for your OpenId Authorization Server. Make sure the OpenId Connect Server is Running on the following location

If you do not have one of your own, for a quick start up, you can clone from this github location - It's an open source OpenID Connect Server.

Simply clone on your local, go to sub-project directory called 'openid-connect-server-webapp' and do mvn jetty:run

Choose a different port using the jetty plugin inside pom.xml, if the default 8080 is already taken by your Application.