- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for authorization_code (0.19 sec)
-
docs/pt/docs/tutorial/security/index.md
* Vários desses fluxos são apropriados para construir um provedor de autenticação OAuth2 (como Google, Facebook, X (Twitter), GitHub, etc): * `implicit` * `clientCredentials` * `authorizationCode` * Mas existe um “fluxo” específico que pode ser perfeitamente usado para resolver autenticação diretamente na mesma aplicação: * `password`: alguns dos próximos capítulos tratarão disso.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/es/docs/tutorial/security/index.md
* Varios de estos flujos son apropiados para construir un proveedor de autenticación OAuth 2.0 (como Google, Facebook, X (Twitter), GitHub, etc.): * `implicit` * `clientCredentials` * `authorizationCode` * Pero hay un "flujo" específico que puede usarse perfectamente para manejar la autenticación directamente en la misma aplicación: * `password`: algunos de los próximos capítulos cubrirán ejemplos de esto.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 4.6K bytes - Viewed (0) -
docs/ru/docs/tutorial/security/index.md
* `implicit` * `clientCredentials` * `authorizationCode` * Но есть один конкретный "поток", который может быть идеально использован для обработки аутентификации непосредственно в том же приложении: * `password`: в некоторых следующих главах будут рассмотрены примеры этого.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
/** * Obtains an access token using an authorization code. * @param authorizationCode The authorization code received from Azure AD. * @param currentUri The current URI for the redirect. * @return The authentication result containing the access token. */ protected IAuthenticationResult getAccessToken(final AuthorizationCode authorizationCode, final String currentUri) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0) -
docs/de/docs/tutorial/security/index.md
* Mehrere dieser Flows eignen sich zum Aufbau eines OAuth 2.0-Authentifizierungsanbieters (wie Google, Facebook, X (Twitter), GitHub usw.): * `implicit` * `clientCredentials` * `authorizationCode` * Es gibt jedoch einen bestimmten „Flow“, der perfekt für die direkte Abwicklung der Authentifizierung in derselben Anwendung verwendet werden kann:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 5.1K bytes - Viewed (0) -
docs/en/docs/tutorial/security/index.md
* Several of these flows are appropriate for building an OAuth 2.0 authentication provider (like Google, Facebook, X (Twitter), GitHub, etc): * `implicit` * `clientCredentials` * `authorizationCode` * But there is one specific "flow" that can be perfectly used for handling authentication in the same application directly: * `password`: some next chapters will cover examples of this.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 4.4K bytes - Viewed (0) -
docs/ja/docs/tutorial/security/index.md
* HTTP ダイジェスト認証など * `oauth2`: OAuth2のセキュリティ処理方法(「フロー」と呼ばれます)のすべて。 * これらのフローのいくつかは、OAuth 2.0認証プロバイダ(Google、Facebook、X (Twitter)、GitHubなど)を構築するのに適しています。 * `implicit` * `clientCredentials` * `authorizationCode` * しかし、同じアプリケーション内で認証を直接処理するために完全に機能する特定の「フロー」があります。 * `password`: 次のいくつかの章では、その例を紹介します。 * `openIdConnect`: OAuth2認証データを自動的に発見する方法を定義できます。 * この自動検出メカニズムは、OpenID Connectの仕様で定義されているものです。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 6K bytes - Viewed (0)