TF-624 Implement get token oidc on browser
This commit is contained in:
@@ -16,7 +16,7 @@ class OidcConfigurationCacheManager {
|
||||
} else {
|
||||
return OIDCConfiguration(
|
||||
authority: authority,
|
||||
clientId: OIDCConstant.mobileOidcClientId,
|
||||
clientId: OIDCConstant.clientId,
|
||||
scopes: OIDCConstant.oidcScope);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user