- Sort Score
- Num 10 results
- Language All
Results 351 - 360 of 391 for authZ (0.02 seconds)
-
go.sum
cloud.google.com/go v0.120.1/go.mod h1:56Vs7sf/i2jYM6ZL9NYlC82r04PThNcPS5YgFmb0rp8= cloud.google.com/go/auth v0.16.0 h1:Pd8P1s9WkcrBE2n/PhAwKsdrR35V3Sg2II9B+ndM3CU= cloud.google.com/go/auth v0.16.0/go.mod h1:1howDHJ5IETh/LwYs3ZxvlkXF48aSqqJUM+5o02dNOI= cloud.google.com/go/auth/oauth2adapt v0.2.8 h1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc= cloud.google.com/go/auth/oauth2adapt v0.2.8/go.mod h1:XQ9y31RkqZCcwJWNSx2Xvric3RrU88hAYYbjDWYDL+c=
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 79.8K bytes - Click Count (0) -
cmd/generic-handlers.go
atomic.AddUint64(&globalHTTPStats.rejectedRequestsInvalid, 1) return } } if hasMultipleAuth(r) { if ok { tc.FuncName = "handler.Auth" tc.ResponseRecorder.LogErrBody = true } defer logger.AuditLog(r.Context(), w, r, mustGetClaimsFromToken(r)) invalidReq := errorCodes.ToAPIErr(ErrInvalidRequest)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 20.7K bytes - Click Count (1) -
docs/fr/docs/advanced/security/oauth2-scopes.md
* `users:read` ou `users:write` sont des exemples courants. * `instagram_basic` est utilisé par Facebook / Instagram. * `https://www.googleapis.com/auth/drive` est utilisé par Google. /// info Dans OAuth2, un « scope » est simplement une chaîne qui déclare une permission spécifique requise. Peu importe s’il contient d’autres caractères comme `:` ou si c’est une URL.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.5K bytes - Click Count (0) -
docs/ja/docs/tutorial/security/simple-oauth2.md
各「スコープ」は(スペースを含まない)単なる文字列です。 通常、特定のセキュリティ権限を宣言するために使われます。例えば: - `users:read` や `users:write` はよくある例です。 - `instagram_basic` は Facebook / Instagram で使われます。 - `https://www.googleapis.com/auth/drive` は Google で使われます。 /// info | 情報 OAuth2 における「スコープ」は、要求される特定の権限を表す単なる文字列です。 `:` のような他の文字を含んでいても、URL であっても構いません。 それらの詳細は実装依存です。 OAuth2 にとっては単なる文字列です。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 12.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.15.md
- [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade) - [API Machinery](#api-machinery) - [Apps](#apps) - [Auth](#auth) - [AWS](#aws) - [Azure](#azure) - [CLI](#cli) - [Lifecycle](#lifecycle) - [Network](#network) - [Node](#node) - [Storage](#storage)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 278.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'page.file.auth.max.fetch.size'. <br> * The value is, e.g. 100 <br> * comment: Maximum number of file auth records to fetch per page. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getPageFileAuthMaxFetchSize(); /** * Get the value for the key 'page.file.auth.max.fetch.size' as {@link Integer}. <br>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
docs/ko/docs/advanced/security/oauth2-scopes.md
각 “스코프”는 (공백 없는) 문자열일 뿐입니다. 보통 다음과 같이 특정 보안 권한을 선언하는 데 사용합니다: * `users:read` 또는 `users:write` 는 흔한 예시입니다. * `instagram_basic` 는 Facebook/Instagram에서 사용합니다. * `https://www.googleapis.com/auth/drive` 는 Google에서 사용합니다. /// info | 정보 OAuth2에서 “스코프”는 필요한 특정 권한을 선언하는 문자열일 뿐입니다. `:` 같은 다른 문자가 있거나 URL이어도 상관없습니다. 그런 세부사항은 구현에 따라 달라집니다. OAuth2 입장에서는 그저 문자열입니다. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.7K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
* Property {@code jcifs.smb.client.dfs.disabled} (boolean, default false) * * @return whether DFS lookup is disabled */ boolean isDfsDisabled(); /** * Enable hack to make kerberos auth work with DFS sending short names * * This works by appending the domain name to the netbios short name and will fail horribly if this mapping is not * correct for your domain. *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.14.md
- [Notable Features](#notable-features) - [API Changes](#api-changes) - [Detailed Bug Fixes And Changes](#detailed-bug-fixes-and-changes) - [API Machinery](#api-machinery) - [Apps](#apps) - [Auth](#auth) - [AWS](#aws) - [Azure](#azure) - [CLI](#cli) - [Cloud Provider](#cloud-provider) - [Cluster Lifecycle](#cluster-lifecycle) - [GCP](#gcp) - [Network](#network) - [Node](#node)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java
import java.security.MessageDigest; import java.security.Principal; import java.util.Arrays; import java.util.HashSet; import java.util.Map; import java.util.Objects; import java.util.Set; import javax.security.auth.Subject; import org.bouncycastle.asn1.ASN1ObjectIdentifier; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.Credentials;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 30.3K bytes - Click Count (0)