IBM Tivoli Federated Identity Manager, Version 6.2.2.7

OAuth 1.0 template page for denied consent

Use the denied consent HTML page when the resource owner has not granted the OAuth client access to the protected resource.

Tivoli® Federated Identity Manager provides the file user_consent_denied.html.

The template does not have any replaceable macros.

Figure 1. Template for user_consent_denied.html
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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>OAuth - Consent Denied</title>
	</head>
	<body>
			<h1>OAuth - Consent Denied</h1>
			<br />
			<div id="content">
				<p>You have denied consent to access your protected resources.<p>
			</div>
		</div>
	</body>
</html>


Feedback