SsoProperties interface

Single sign-on related configuration

Properties

clientId

The public identifier for the application

clientSecret

The secret known only to the application and the authorization server

issuerUri

The URI of Issuer Identifier

scope

It defines the specific actions applications can be allowed to do on a user's behalf

Property Details

clientId

The public identifier for the application

clientId?: string

Property Value

string

clientSecret

The secret known only to the application and the authorization server

clientSecret?: string

Property Value

string

issuerUri

The URI of Issuer Identifier

issuerUri?: string

Property Value

string

scope

It defines the specific actions applications can be allowed to do on a user's behalf

scope?: string[]

Property Value

string[]