TF-1974 Set default OIDC_SCOPE
(cherry picked from commit 5d497b2053b68a4352664594668547d50ee85319)
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:tmail_ui_user/main/utils/app_config.dart';
|
|||||||
|
|
||||||
class OIDCConstant {
|
class OIDCConstant {
|
||||||
static String get mobileOidcClientId => 'teammail-mobile';
|
static String get mobileOidcClientId => 'teammail-mobile';
|
||||||
static List<String> get oidcScope => ['openid', 'email'];
|
static List<String> get oidcScope => ['openid', 'profile', 'email', 'offline_access'];
|
||||||
static const keyAuthorityOidc = 'KEY_AUTHORITY_OIDC';
|
static const keyAuthorityOidc = 'KEY_AUTHORITY_OIDC';
|
||||||
static const authResponseKey = "auth_info";
|
static const authResponseKey = "auth_info";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user