%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="s" uri="http://www.springframework.org/tags" %>
DARIAHSP Boot Sample Application
DARIAHSP Boot Sample Application
Error: ${error}
Message: ${message}
Served page: ${requestedPage}
Restrictions: ${restrictions}
User: ${_auth}
SessionId: ${_sessionId}
Local logins enabled: ${localEnabled}
SAML enabled: ${samlEnabled}
Pages
">Unprotected base url
">Protected url: authentication required
">Protected url: CONTRIBUTOR role or higher required (method annotation)
">Protected url: CONTRIBUTOR role or higher required (security config)
">Protected url: ADMINISTRATOR role required
">Blocked url: no access allowed
SAML Metadata
">SAML Metadata - best option: configured file before generation
">SAML Metadata - generate based on configuration
">SAML Metadata - force load from filesystem (fails if not existing)
Login/Logout
">local logout
">central logout
">Force SAML login (even if already authenticated)
">Force local login (even if already authenticated)