mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
refactor: make config auth provides be optional
This commit is contained in:
@@ -78,7 +78,7 @@ export interface SCAuthorizationProviderEndpoints {
|
||||
authorization: string;
|
||||
|
||||
/**
|
||||
* An authorization provider endpoints configuration
|
||||
* URL to end current session
|
||||
*/
|
||||
endSession?: string;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ export interface SCConfigFile {
|
||||
/**
|
||||
* Configuration for the supported authorization providers
|
||||
*/
|
||||
auth: { [key in SCAuthorizationProviderType]: SCAuthorizationProvider; };
|
||||
auth: { [key in SCAuthorizationProviderType]?: SCAuthorizationProvider; };
|
||||
|
||||
/**
|
||||
* Configuration for the backend that is visible to clients
|
||||
|
||||
Reference in New Issue
Block a user