TF-607 Delete authority oidc when logout
This commit is contained in:
@@ -78,4 +78,9 @@ class AuthenticationOIDCDataSourceImpl extends AuthenticationOIDCDataSource {
|
||||
throw error;
|
||||
});
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> deleteAuthorityOidc() {
|
||||
return _oidcConfigurationCacheManager.deleteAuthorityOidc();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user