TF-624 Implement get token oidc on browser

This commit is contained in:
dab246
2022-06-07 20:09:04 +07:00
committed by Dat H. Pham
parent abc7e3da9d
commit 261b6a5870
7 changed files with 91 additions and 5 deletions
@@ -16,7 +16,7 @@ class OidcConfigurationCacheManager {
} else {
return OIDCConfiguration(
authority: authority,
clientId: OIDCConstant.mobileOidcClientId,
clientId: OIDCConstant.clientId,
scopes: OIDCConstant.oidcScope);
}
}