OnBehalfOfCredentialAssertionOptions interface
OnBehalfOfCredential をアサーションで認証するためのパラメーターを定義します。
プロパティ
client |
テナント内のアプリ登録のクライアント (アプリケーション) ID。 |
get |
使用する資格情報のクライアント アサーションを取得する関数 |
tenant |
Microsoft Entra テナント (ディレクトリ) ID。 |
user |
On-Behalf-Of フローのユーザー アサーション。 |
プロパティの詳細
clientId
テナント内のアプリ登録のクライアント (アプリケーション) ID。
clientId: string
プロパティ値
string
getAssertion
使用する資格情報のクライアント アサーションを取得する関数
getAssertion: () => Promise<string>
プロパティ値
() => Promise<string>
tenantId
Microsoft Entra テナント (ディレクトリ) ID。
tenantId: string
プロパティ値
string
userAssertionToken
On-Behalf-Of フローのユーザー アサーション。
userAssertionToken: string
プロパティ値
string