- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for form_post (0.05 sec)
-
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
storeStateInSession(request.getSession(), state, nonce); final String authUrl = getAuthority() + getTenant() + "/oauth2/authorize?response_type=code&scope=directory.read.all&response_mode=form_post&redirect_uri=" + URLEncoder.encode(getReplyUrl(request), Constants.UTF_8_CHARSET) + "&client_id=" + getClientId() + "&resource=https%3a%2f%2fgraph.microsoft.com" + "&state=" + state + "&nonce=" + nonce;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 28.2K bytes - Viewed (0)