Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
grouper_training/base/container_files/var-www-html/app/accessError.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

John Gasper
SP-based authorization by entitlement attribute
24 lines (17 sloc)
535 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html | |
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<title>Authorization Failed</title> | |
</head> | |
<body> | |
<h1>Authorization Failed</h1> | |
<p> | |
Based on the information provided to this application about you, you are | |
not authorized to access the resource because you are not an admin or superuser. | |
</p> | |
</body> | |
</html> |