- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for appValues (0.09 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
String SUGGEST_SEARCH_LOG_PERMISSIONS = "suggestSearchLogPermissions"; String GROUP_VALUE_PREFIX = "group:"; String ROLE_VALUE_PREFIX = "role:"; String APP_VALUES = "appValues"; String DEFAULT_SORT_VALUES = "defaultSortValues"; String DEFAULT_LABEL_VALUES = "defaultLabelValues"; String VIRTUAL_HOST_VALUES = "virtualHostValues";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0) -
internal/config/identity/openid/jwt.go
// as the sole audience. The azp value is a case sensitive // string containing a StringOrURI value azpValues, ok := policy.GetValuesFromClaims(mclaims, azpClaim) if !ok { return errors.New("STS JWT Token has `azp` claim invalid, `azp` must match configured OpenID Client ID") } if !azpValues.Contains(pCfg.ClientID) { return errors.New("STS JWT Token has `azp` claim invalid, `azp` must match configured OpenID Client ID")
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 02:46:36 UTC 2024 - 8.4K bytes - Viewed (0)