SsoProperties interface 
Single sign-on related configuration
Properties
| client | The public identifier for the application | 
| client | The secret known only to the application and the authorization server | 
| issuer | 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?: stringProperty Value
string
		clientSecret
	 
	The secret known only to the application and the authorization server
clientSecret?: stringProperty Value
string
		issuerUri
	 
	The URI of Issuer Identifier
issuerUri?: stringProperty Value
string
scope
It defines the specific actions applications can be allowed to do on a user's behalf
scope?: string[]Property Value
string[]