TF-624 Implement authentication oidc on browser
This commit is contained in:
@@ -90,6 +90,10 @@ class AuthenticationOIDCDataSourceImpl extends AuthenticationOIDCDataSource {
|
||||
@override
|
||||
Future<void> authenticateOidcOnBrowser(String clientId, String redirectUrl,
|
||||
String discoveryUrl, List<String> scopes) {
|
||||
throw UnimplementedError();
|
||||
return _authenticationClient.authenticateOidcOnBrowser(
|
||||
clientId,
|
||||
redirectUrl,
|
||||
discoveryUrl,
|
||||
scopes);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user