外部代理認証対象のアプリケーションの設定
外部代理認証を行うためには Web サービス側から Gluegent Gate へ POST する必要があります。
URL:https://auth.gluegent.net/pub/exautologin.cgi?back=[アクセス先URL]%3Ftenant%3D[テナントID]
POST:username(ユーザーID)、password(パスワード)
例
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>ログイン</title>
</head>
<body>
<h2>ログイン</h2>
<hr>
<div align="center">
<table border="0">
<form method="post" action="https://auth.gluegent.net/pub/exautologin.cgi?back=https%3A%2F%2Fmail.google.com%2Fa%2Fsample.com%3Ftenant%3Dsample.com">
<tr><th>ユーザID</th><td><input type="text" name="username"></td></tr>
<tr><th>パスワード</th><td><input type="password" name="password"></td></tr>
<tr><td colspan="2"><input type="submit" value="ログイン"></td></tr>
</form>
</table>
</div>
</body>
</html>
※ここで入力するユーザーID、パスワードは Gluegent Gate のものを使用します。
認証・アクセス権限ルールの作成
外部代理認証を使用するためには認証・アクセス権限ルールにて外部代理認証が選択されたルールを作成する必要があります。
ユーザーへのサービス使用許可(管理画面での変更)
外部代理認証を使用するためにユーザー情報へ設定する必要はありません。