Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for OpenIdConnect (0.06 sec)

  1. docs/de/docs/tutorial/security/index.md

            * `password`: Einige der nächsten Kapitel werden Beispiele dafür behandeln.
    * `openIdConnect`: bietet eine Möglichkeit, zu definieren, wie OAuth2-Authentifizierungsdaten automatisch ermittelt werden können.
        * Diese automatische Erkennung ist es, die in der OpenID Connect Spezifikation definiert ist.
    
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/security/index.md

            * `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.
    * `openIdConnect`: has a way to define how to discover OAuth2 authentication data automatically.
        * This automatic discovery is what is defined in the OpenID Connect specification.
    
    
    /// tip
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/security/index.md

            * `implicit`
            * `clientCredentials`
            * `authorizationCode`
        * 但是有一个特定的「流程」可以完美地用于直接在同一应用程序中处理身份认证:
            * `password`:接下来的几章将介绍它的示例。
    * `openIdConnect`:提供了一种定义如何自动发现 OAuth2 身份认证数据的方法。
        * 此自动发现机制是 OpenID Connect 规范中定义的内容。
    
    
    /// tip
    
    集成其他身份认证/授权提供者(例如Google,Facebook,Twitter,GitHub等)也是可能的,而且较为容易。
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. docs/fa/docs/tutorial/security/index.md

            * ویژگی `authorizationCode`
        * اما یک "flow" خاص وجود دارد که می‌تواند به طور کامل برای مدیریت احراز هویت در همان برنامه به کار رود:
            * بررسی `password`: چند فصل بعدی به مثال‌های این مورد خواهیم پرداخت.
    * شیوه `openIdConnect`: یک روش برای تعریف نحوه کشف داده‌های احراز هویت OAuth2 به صورت خودکار.
        * کشف خودکار این موضوع را که در مشخصه OpenID Connect تعریف شده است، مشخص می‌کند.
    
    /// نکته
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. fastapi/dependencies/utils.py

    from fastapi.logger import logger
    from fastapi.security.base import SecurityBase
    from fastapi.security.oauth2 import OAuth2, SecurityScopes
    from fastapi.security.open_id_connect_url import OpenIdConnect
    from fastapi.utils import create_model_field, get_path_param_names
    from pydantic import BaseModel
    from pydantic.fields import FieldInfo
    from starlette.background import BackgroundTasks as StarletteBackgroundTasks
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 21:46:26 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. docs/ja/docs/tutorial/security/index.md

            * `implicit`
            * `clientCredentials`
            * `authorizationCode`
        * しかし、同じアプリケーション内で認証を直接処理するために完全に機能する特定の「フロー」があります。
            * `password`: 次のいくつかの章では、その例を紹介します。
    * `openIdConnect`: OAuth2認証データを自動的に発見する方法を定義できます。
        * この自動検出メカニズムは、OpenID Connectの仕様で定義されているものです。
    
    
    /// tip | "豆知識"
    
    Google、Facebook、Twitter、GitHubなど、他の認証/認可プロバイダを統合することも可能で、比較的簡単です。
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top