Use additionalScopes for Okta auth instead of overriding scope entirely
Signed-off-by: ataylorme <andrew@ataylor.me>
This commit is contained in:
Vendored
+1
@@ -131,6 +131,7 @@ export interface Config {
|
||||
authServerId?: string;
|
||||
idp?: string;
|
||||
callbackUrl?: string;
|
||||
additionalScopes?: string;
|
||||
};
|
||||
};
|
||||
/** @visibility frontend */
|
||||
|
||||
Reference in New Issue
Block a user