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
@@ -38,4 +38,6 @@ abstract class AuthenticationOIDCDataSource {
List<String> scopes);
Future<String> getAuthenticationInfo();
Future<void> removeAuthDestinationUrl();
}