diff --git a/src/config/authorization.ts b/src/config/authorization.ts index 9e1a6c41..6acc44b1 100644 --- a/src/config/authorization.ts +++ b/src/config/authorization.ts @@ -47,16 +47,6 @@ export interface SCAuthorizationProviderClient { */ clientId: string; - /** - * Authorization provider requires PKCE - */ - pkce: boolean; - - /** - * Redirct URL for after finishing authentication - */ - redirect: string; - /** * Scopes to request */