次の方法で共有


SsoProperties interface

シングル サインオン関連の構成

プロパティ

clientId

アプリケーションのパブリック識別子

clientSecret

アプリケーションと承認サーバーにのみ認識されるシークレット

issuerUri

発行者識別子の URI

scope

アプリケーションがユーザーに代わって実行できる特定のアクションを定義します

プロパティの詳細

clientId

アプリケーションのパブリック識別子

clientId?: string

プロパティ値

string

clientSecret

アプリケーションと承認サーバーにのみ認識されるシークレット

clientSecret?: string

プロパティ値

string

issuerUri

発行者識別子の URI

issuerUri?: string

プロパティ値

string

scope

アプリケーションがユーザーに代わって実行できる特定のアクションを定義します

scope?: string[]

プロパティ値

string[]