SsoProperties interface
シングル サインオン関連の構成
プロパティ
client |
アプリケーションのパブリック識別子 |
client |
アプリケーションと承認サーバーにのみ認識されるシークレット |
issuer |
発行者識別子の URI |
scope | アプリケーションがユーザーに代わって実行できる特定のアクションを定義します |
プロパティの詳細
clientId
アプリケーションのパブリック識別子
clientId?: string
プロパティ値
string
clientSecret
アプリケーションと承認サーバーにのみ認識されるシークレット
clientSecret?: string
プロパティ値
string
issuerUri
発行者識別子の URI
issuerUri?: string
プロパティ値
string
scope
アプリケーションがユーザーに代わって実行できる特定のアクションを定義します
scope?: string[]
プロパティ値
string[]