Skip to content

Commit

Permalink
TF-1974 Set default OIDC_SCOPE
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 authored and hoangdat committed Aug 22, 2023
1 parent 0bed553 commit 5d497b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/login/data/network/config/oidc_constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:tmail_ui_user/main/utils/app_config.dart';

class OIDCConstant {
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 authResponseKey = "auth_info";

Expand Down

0 comments on commit 5d497b2

Please sign in to comment.