- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 26 for client_id (0.09 sec)
-
fastapi/security/oauth2.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Wed Oct 23 18:30:18 UTC 2024 - 21.1K bytes - Viewed (0) -
docs/distributed/iam-import-with-openid.sh
./mc ready myminio ./mc mb myminio/test-bucket ./mc cp /etc/hosts myminio/test-bucket ./mc idp openid add myminio \ config_url="http://localhost:5556/dex/.well-known/openid-configuration" \ client_id="minio-client-app" \ client_secret="minio-client-app-secret" \ scopes="openid,groups,email,profile" \ redirect_uri="http://127.0.0.1:10000/oauth_callback" \ display_name="Login via dex1" \ role_policy="consoleAdmin"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 17 16:45:46 UTC 2024 - 2.3K bytes - Viewed (0) -
internal/event/target/mqtt.go
func (target *MQTTTarget) initMQTT() error { args := target.args // Using hex here, to make sure we avoid 23 // character limit on client_id according to // MQTT spec. clientID := fmt.Sprintf("%x", time.Now().UnixNano()) options := mqtt.NewClientOptions(). SetClientID(clientID). SetCleanSession(true). SetUsername(args.User). SetPassword(args.Password). SetMaxReconnectInterval(args.MaxReconnectInterval).
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 23:06:30 UTC 2024 - 8.2K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
/// tip Oauth2๏ธโฃ ๐ ๐ค *๐* ๐ `grant_type` โฎ๏ธ ๐ง ๐ฒ `password`, โ๏ธ `OAuth2PasswordRequestForm` ๐ซ ๐ ๏ธ โซ๏ธ. ๐ฅ ๐ ๐ช ๐ ๏ธ โซ๏ธ, โ๏ธ `OAuth2PasswordRequestFormStrict` โฉ๏ธ `OAuth2PasswordRequestForm`. /// * ๐ฆ `client_id` (๐ฅ ๐ซ ๐ช โซ๏ธ ๐ ๐ผ). * ๐ฆ `client_secret` (๐ฅ ๐ซ ๐ช โซ๏ธ ๐ ๐ผ). /// info `OAuth2PasswordRequestForm` ๐ซ ๐ ๐ **FastAPI** `OAuth2PasswordBearer`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
internal/config/identity/openid/jwt.go
} if err = r.updateUserinfoClaims(ctx, arn, accessToken, mclaims); err != nil { return err } // Validate that matching clientID appears in the aud or azp claims. // REQUIRED. Audience(s) that this ID Token is intended for. // It MUST contain the OAuth 2.0 client_id of the Relying Party // as an audience value. It MAY also contain identifiers for // other audiences. In the general case, the aud value is an
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 02:46:36 UTC 2024 - 8.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
.setGrantType("authorization_code")// .setRedirectUri(getOicRedirectUrl())// .set("client_id", getOicClientId())// .set("client_secret", getOicClientSecret())// .execute(); } protected String getOicClientSecret() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 12.3K bytes - Viewed (0) -
docs/en/docs/tutorial/security/simple-oauth2.md
If you need to enforce it, use `OAuth2PasswordRequestFormStrict` instead of `OAuth2PasswordRequestForm`. /// * An optional `client_id` (we don't need it for our example). * An optional `client_secret` (we don't need it for our example). /// info The `OAuth2PasswordRequestForm` is not a special class for **FastAPI** as is `OAuth2PasswordBearer`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.3K bytes - Viewed (0) -
docs/de/docs/tutorial/security/simple-oauth2.md
Wenn Sie es erzwingen mรผssen, verwenden Sie `OAuth2PasswordRequestFormStrict` anstelle von `OAuth2PasswordRequestForm`. /// * Eine optionale `client_id` (benรถtigen wir fรผr unser Beispiel nicht). * Ein optionales `client_secret` (benรถtigen wir fรผr unser Beispiel nicht). /// info
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 14.1K bytes - Viewed (0) -
docs/zh/docs/tutorial/security/simple-oauth2.md
/// tip | "ๆ็คบ" ๅฎ้ ไธ๏ผOAuth2 ่ง่*่ฆๆฑ* `grant_type` ๅญๆฎตไฝฟ็จๅบๅฎๅผ `password`๏ผไฝ `OAuth2PasswordRequestForm` ๆฒกๆไฝๅผบๅถ็บฆๆใ ๅฆ้ๅผบๅถไฝฟ็จๅบๅฎๅผ `password`๏ผๅไธ่ฆ็จ `OAuth2PasswordRequestForm`๏ผ่ๆฏ็จ `OAuth2PasswordRequestFormStrict`ใ /// * ๅฏ้็ `client_id`๏ผๆฌไพๆชไฝฟ็จ๏ผ * ๅฏ้็ `client_secret`๏ผๆฌไพๆชไฝฟ็จ๏ผ /// info | "่ฏดๆ" `OAuth2PasswordRequestForm` ไธ `OAuth2PasswordBearer` ไธๆ ท๏ผ้ฝไธๆฏ FastAPI ็็นๆฎ็ฑปใ **FastAPI** ๆ `OAuth2PasswordBearer` ่ฏๅซไธบๅฎๅ จๆนๆกใๅ ๆญค๏ผๅฏไปฅ้่ฟ่ฟ็งๆนๅผๆๅฎๆทปๅ ่ณ OpenAPIใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
/// ํ OAuth2 ์ฌ์์ ์ค์ ๋ก `password`๋ผ๋ ๊ณ ์ ๊ฐ์ด ์๋ `grant_type` ํ๋๋ฅผ *์๊ตฌ*ํ์ง๋ง `OAuth2PasswordRequestForm`์ ์ด๋ฅผ ๊ฐ์ํ์ง ์์ต๋๋ค. ์ฌ์ฉํด์ผ ํ๋ค๋ฉด `OAuth2PasswordRequestForm` ๋์ `OAuth2PasswordRequestFormStrict`๋ฅผ ์ฌ์ฉํ๋ฉด ๋ฉ๋๋ค. /// * `client_id`(์ ํ์ ์ผ๋ก ์ฌ์ฉ) (์์ ์์๋ ํ์ํ์ง ์์ต๋๋ค). * `client_secret`(์ ํ์ ์ผ๋ก ์ฌ์ฉ) (์์ ์์๋ ํ์ํ์ง ์์ต๋๋ค). /// ์ ๋ณด `OAuth2PasswordRequestForm`์ `OAuth2PasswordBearer`์ ๊ฐ์ด **FastAPI**์ ๋ํ ํน์ ํด๋์ค๊ฐ ์๋๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.5K bytes - Viewed (0)