Aggiorna README.md
This commit is contained in:
parent
4d46891323
commit
be111b2223
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ class AuthService {
|
|||
|
||||
final String clientId = 'flutter-app';
|
||||
final String redirectUri = 'com.tuaapp:/oauthredirect';
|
||||
final String issuer = 'https://keycloak.local/realms/mio-realm';
|
||||
final String issuer = 'https://auth.patachina.it/realms/mio-realm';
|
||||
final List<String> scopes = ['openid', 'profile', 'email'];
|
||||
|
||||
Future<void> login() async {
|
||||
|
|
|
|||
Loading…
Reference in a new issue