Search Options

Results per page
Sort
Preferred Languages
Advance

Results 311 - 320 of 402 for secure (0.05 sec)

  1. 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)
  2. 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)
  3. docs/en/docs/tutorial/sql-databases.md

    Additionally, we create a `secret_name` for the hero, but so far, we are returning it everywhere, that's not very **secret**... 😅
    
    We'll fix these things by adding a few **extra models**. Here's where SQLModel will shine. ✨
    
    ### Create Multiple Models { #create-multiple-models }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. docs/bigdata/README.md

    ```
    cat ${HADOOP_CONF_DIR}/core-site.xml | kv-pairify | grep "s3a"
    
    fs.s3a.access.key=minio
    fs.s3a.secret.key=minio123
    fs.s3a.path.style.access=true
    fs.s3a.block.size=512M
    fs.s3a.buffer.dir=${hadoop.tmp.dir}/s3a
    fs.s3a.committer.magic.enabled=false
    fs.s3a.committer.name=directory
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  8. 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)
  9. 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 versioned
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  10. 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)
Back to top