- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 402 for secure (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
/** * Access key for cloud storage authentication. * Used to authenticate with cloud storage services. */ @Size(max = 1000) public String storageAccessKey; /** * Secret key for cloud storage authentication. * Used in conjunction with the access key for cloud storage. */ @Size(max = 1000) public String storageSecretKey; /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
## đ âĢī¸ đ¯ đ đ đŠē: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>. ### đ đ "â" đŧ. âī¸ đ: đŠâđģ: `johndoe` đ: `secret` <img src="/img/tutorial/security/image04.png"> âŽī¸ đ âī¸, đ đ đ âĢī¸ đ: <img src="/img/tutorial/security/image05.png"> ### đ¤ đ đ đŠâđģ đŊ đ âī¸ đ ī¸ `GET` âŽī¸ ⥠`/users/me`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
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/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) -
docs/nl/docs/environment-variables.md
omgevingsvariabelen nuttig zijn en hoe je ze moet toepassen. Maar ze blijven in veel verschillende scenario's opduiken als je aan het ontwikkelen bent, dus het is goed om er meer over te weten. Je hebt deze informatie bijvoorbeeld nodig in de volgende sectie, over [Virtuele Omgevingen](virtual-environments.md)....
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 20 11:13:32 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/distributed/decom-encrypted.sh
if [ "${expected_checksum}" != "${got_checksum}" ]; then echo "BUG: decommission failed on encrypted objects: expected ${expected_checksum} got ${got_checksum}" exit 1 fi ./s3-check-md5 -versions -access-key minioadmin -secret-key minioadmin -endpoint http://127.0.0.1:9001/ -bucket versionedRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
/** Configuration key for Azure AD tenant ID. */ protected static final String AZUREAD_TENANT = "aad.tenant"; /** Configuration key for Azure AD client secret. */ protected static final String AZUREAD_CLIENT_SECRET = "aad.client.secret"; /** Configuration key for Azure AD client ID. */ protected static final String AZUREAD_CLIENT_ID = "aad.client.id";Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 28 09:13:08 UTC 2025 - 37.3K bytes - Viewed (0)