Handle web finger to get token in HomeController

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-02 15:54:29 +07:00
committed by Dat H. Pham
parent fc2265b5e5
commit 9a2f0aa356
26 changed files with 323 additions and 113 deletions
@@ -93,4 +93,9 @@ class AuthenticationOIDCRepositoryImpl extends AuthenticationOIDCRepository {
Future<void> deleteTokenOIDC() {
return _oidcDataSource.deleteTokenOIDC();
}
@override
Future<void> removeAuthDestinationUrl() {
return _oidcDataSource.removeAuthDestinationUrl();
}
}