mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
OIDC first try
This commit is contained in:
@@ -16,14 +16,17 @@
|
||||
*/
|
||||
|
||||
export interface OauthConfigModel {
|
||||
handler?: 'legacy' | 'oidc';
|
||||
host: string;
|
||||
clientId: string;
|
||||
scope: string;
|
||||
implicitFlow: boolean;
|
||||
codeFlow?: boolean;
|
||||
redirectUri: string;
|
||||
silentLogin?: boolean;
|
||||
secret?: string;
|
||||
redirectUriLogout?: string;
|
||||
redirectSilentIframeUri?: string;
|
||||
refreshTokenTimeout?: number;
|
||||
publicUrls: string[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user