keycloak-scim/testsuite/integration-arquillian/test-apps/servlet-authz/src/main/webapp/public-html.html
2016-12-21 14:45:30 +01:00

11 lines
310 B
HTML

<!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>