- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 225 for seccat (0.16 sec)
-
docs/en/docs/tutorial/sql-databases.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/oauth2-jwt.md
๋ค์๊ณผ ๊ฐ์ ์ฌ์ฉ์ ์ธํฐํ์ด์ค๋ฅผ ๋ณผ ์ ์์ต๋๋ค: <img src="/img/tutorial/security/image07.png"> ์ด์ ๊ณผ ๊ฐ์ ๋ฐฉ๋ฒ์ผ๋ก ์ ํ๋ฆฌ์ผ์ด์ ์ ์ธ์ฆํ์ญ์์ค. ๋ค์ ์ธ์ฆ ์ ๋ณด๋ฅผ ์ฌ์ฉํ์ญ์์ค: Username: `johndoe` Password: `secret` /// check ์ฝ๋ ์ด๋์๋ ํ๋ฌธ ํจ์ค์๋ "`secret`" ์ด ์๋ค๋ ์ ์ ์ ์ํ์ญ์์ค. ํด์๋ ๋ฒ์ ๋ง ์์ต๋๋ค. /// <img src="/img/tutorial/security/image08.png"> `/users/me/` ๋ฅผ ํธ์ถํ๋ฉด ๋ค์๊ณผ ๊ฐ์ ์๋ต์ ์ป์ ์ ์์ต๋๋ค: ```JSON { "username": "johndoe",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.2K bytes - Viewed (0) -
docs/sts/web-identity.go
"http://localhost:8080/auth/realms/minio/.well-known/openid-configuration", "OpenID discovery document endpoint") flag.StringVar(&clientID, "cid", "", "Client ID") flag.StringVar(&clientSec, "csec", "", "Client Secret") flag.StringVar(&clientScopes, "cscopes", "openid", "Client Scopes") flag.IntVar(&port, "port", 8080, "Port") } func implicitFlowURL(c oauth2.Config, state string) string { var buf bytes.Buffer
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri May 19 09:13:33 UTC 2023 - 7.8K bytes - Viewed (0) -
docs/sts/wso2.md
- Navigate to service provider section, expand Inbound Authentication Configurations and expand OAuth/OpenID Connect Configuration. - Copy the OAuth Client Key as the value for `<CLIENT_ID>`. - Copy the OAuth Client Secret as the value for `<CLIENT_SECRET>`. - By default, `<IS_HOST>` is localhost. However, if using a public IP, the respective IP address or domain needs to be specified.Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.7K bytes - Viewed (0) -
docs/de/docs/tutorial/security/simple-oauth2.md
### Authentifizieren Klicken Sie auf den Button โAuthorizeโ. Verwenden Sie die Anmeldedaten: Benutzer: `johndoe` Passwort: `secret`. <img src="/img/tutorial/security/image04.png"> Nach der Authentifizierung im System sehen Sie Folgendes: <img src="/img/tutorial/security/image05.png"> ### Die eigenen Benutzerdaten ansehen
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.7K bytes - Viewed (0) -
docs/es/docs/tutorial/security/simple-oauth2.md
### Autenticar Haz clic en el botรณn "Authorize". Usa las credenciales: Usuario: `johndoe` Contraseรฑa: `secret` <img src="/img/tutorial/security/image04.png"> Despuรฉs de autenticarte en el sistema, lo verรกs asรญ: <img src="/img/tutorial/security/image05.png"> ### Obtener tus propios datos de usuario
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.9K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/impl/PropertyDescImplTest.java
*/ public Calendar getCal() { return cal; } /** * @param cal * The cal to set. */ public void setCal(final Calendar cal) { this.cal = cal; } } /** * */ public enum MyEnum { /** * */ ONE, /**Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 11K bytes - Viewed (0) -
docs/bigdata/README.md
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 14.7K bytes - Viewed (0) -
cmd/warm-backend-minio.go
} func newWarmBackendMinIO(conf madmin.TierMinIO, tier string) (*warmBackendMinIO, error) { // Validation of credentials if conf.AccessKey == "" || conf.SecretKey == "" { return nil, errors.New("both access and secret keys are required") } if conf.Bucket == "" { return nil, errors.New("no bucket name was provided") } u, err := url.Parse(conf.Endpoint) if err != nil { return nil, err }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 4K bytes - Viewed (1) -
docs/en/docs/tutorial/security/simple-oauth2.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.4K bytes - Viewed (0)