Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for refreshTokenSilently (0.06 sec)

  1. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

         * @param user The Azure AD user whose tokens need to be refreshed.
         * @return The new authentication result, or null if silent refresh failed.
         */
        public IAuthenticationResult refreshTokenSilently(final AzureAdCredential.AzureAdUser user) {
            final String authority = getAuthority() + getTenant() + "/";
            try {
                final ConfidentialClientApplication app = ConfidentialClientApplication
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 37.3K bytes
    - Viewed (0)
Back to top