keycloak-scim/testsuite/integration-arquillian/test-apps/servlet-authz/src/main/webapp/public-html.html

12 lines
310 B
HTML
Raw Normal View History

2016-12-21 13:45:30 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Public resource</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div>This is public resource that should be accessible without login.</div>
</body>
</html>