Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 152 for openDir (0.46 sec)

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

    !!! tip
        在有关**部署**的章节中,你将了解如何使用 Traefik 和 Let's Encrypt 免费设置 HTTPS。
    
    
    ## OpenID Connect
    
    OpenID Connect 是另一个基于 **OAuth2** 的规范。
    
    它只是扩展了 OAuth2,并明确了一些在 OAuth2 中相对模糊的内容,以尝试使其更具互操作性。
    
    例如,Google 登录使用 OpenID Connect(底层使用OAuth2)。
    
    但是 Facebook 登录不支持 OpenID Connect。它具有自己的 OAuth2 风格。
    
    ### OpenID(非「OpenID Connect」)
    
    还有一个「OpenID」规范。它试图解决与 **OpenID Connect** 相同的问题,但它不是基于 OAuth2。
    
    因此,它是一个完整的附加系统。
    
    如今它已经不是很流行,没有被广泛使用了。
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 24 14:47:15 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/bidi/bracket.go

    				p.openers.Init()
    				return
    			}
    			// remember opener location, most recent first
    			p.openers.PushFront(i)
    
    		case bpClose:
    			// see if there is a match
    			count := 0
    			for elem := p.openers.Front(); elem != nil; elem = elem.Next() {
    				count++
    				opener := elem.Value.(int)
    				if p.matchOpener(pairValues, opener, i) {
    					// if the opener matches, add nested pair to the ordered list
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 11.2K bytes
    - Viewed (0)
  3. docs/fa/docs/tutorial/security/index.md

    ### استاندارد OpenID (نه "OpenID Connect" )
    
    همچنین مشخصه "OpenID" نیز وجود داشت که سعی در حل مسائل مشابه OpenID Connect داشت، اما بر پایه OAuth2 ساخته نشده بود.
    
    بنابراین، یک سیستم جداگانه بود.
    
    اکنون این مشخصه کمتر استفاده می‌شود و محبوبیت زیادی ندارد.
    
    ## استاندارد OpenAPI
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 15:06:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/security/index.md

    
    ## OpenID Connect
    
    OpenID Connect é outra especificação, baseada em **OAuth2**.
    
    Ela é apenas uma extensão do OAuth2 especificando algumas coisas que são relativamente ambíguas no OAuth2, para tentar torná-lo mais interoperável.
    
    Por exemplo, o login do Google usa OpenID Connect (que por baixo dos panos usa OAuth2).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 24 14:47:15 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. pkg/serviceaccount/openidmetadata_test.go

    		Name   string
    		Path   string
    		WantOK bool
    	}{
    		{"OIDC config path", "/.well-known/openid-configuration", true},
    		{"JWKS path", "/openid/v1/jwks", true},
    		{"well-known", "/.well-known", false},
    		{"subpath", "/openid/v1/jwks/foo", false},
    		{"query", "/openid/v1/jwks?format=yaml", true},
    		{"fragment", "/openid/v1/jwks#issuer", true},
    	} {
    		t.Run(tt.Name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 02 01:53:17 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  6. docs/ru/docs/tutorial/security/index.md

    
    ## OpenID Connect
    
    OpenID Connect - это еще один протокол, основанный на **OAuth2**.
    
    Он просто расширяет OAuth2, уточняя некоторые вещи, не имеющие однозначного определения в OAuth2, в попытке сделать его более совместимым.
    
    Например, для входа в Google используется OpenID Connect (который под собой использует OAuth2).
    
    Но вход в Facebook не поддерживает OpenID Connect. У него есть собственная вариация OAuth2.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Aug 02 15:14:19 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  7. cmd/admin-handlers-idp-config.go

    		return ErrAdminConfigIDPCfgNameDoesNotExist
    	}
    	return ErrNone
    }
    
    // AddIdentityProviderCfg: adds a new IDP config for openid/ldap.
    //
    // PUT <admin-prefix>/idp-cfg/openid/dex1 -> create named config `dex1`
    //
    // PUT <admin-prefix>/idp-cfg/openid/_ -> create (default) named config `_`
    func (a adminAPIHandlers) AddIdentityProviderCfg(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  8. fastapi/security/open_id_connect_url.py

    
    class OpenIdConnect(SecurityBase):
        """
        OpenID Connect authentication class. An instance of it would be used as a
        dependency.
        """
    
        def __init__(
            self,
            *,
            openIdConnectUrl: Annotated[
                str,
                Doc(
                    """
                The OpenID Connect URL.
                """
                ),
            ],
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/.well-known__openid-configuration_openapi.json

          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/.well-known/openid-configuration/": {
          "get": {
            "description": "get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'",
            "operationId": "getServiceAccountIssuerOpenIDConfiguration",
            "responses": {
              "200": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 30 00:49:56 UTC 2022
    - 987 bytes
    - Viewed (0)
  10. pkg/serviceaccount/openidmetadata.go

    	// to the Kubernetes Service Account key issuer.
    	// https://openid.net/specs/openid-connect-discovery-1_0.html
    	OpenIDConfigPath = "/.well-known/openid-configuration"
    
    	// JWKSPath is the URL path at which the API server serves a JWKS
    	// containing the public keys that may be used to sign Kubernetes
    	// Service Account keys.
    	JWKSPath = "/openid/v1/jwks"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 12 00:23:31 UTC 2020
    - 9.4K bytes
    - Viewed (0)
Back to top