Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openIDConfigJSON (0.1 sec)

  1. pkg/serviceaccount/openidmetadata.go

    	SigningAlgs   []string `json:"id_token_signing_alg_values_supported"` // REQUIRED in OIDC
    }
    
    // openIDConfigJSON returns the JSON OIDC Discovery Doc for the service
    // account issuer.
    func openIDConfigJSON(iss, jwksURI string, keys []interface{}) ([]byte, error) {
    	keyset, errs := publicJWKSFromKeys(keys)
    	if errs != nil {
    		return nil, errs
    	}
    
    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