- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for email (0.03 sec)
-
CHANGELOG/CHANGELOG-1.30.md
- When configuring a JWT authenticator: If `username.expression` used 'claims.email', then 'claims.email_verified' must have been used in `username.expression` or `extra[*].valueExpression` or `claimValidationRules[*].expression`. An example claim validation rule expression that matches the validation automatically applied when `username.claim` is set to 'email' is 'claims.?email_verified.orValue(true)'.
Registered: 2024-11-01 09:05 - Last Modified: 2024-10-23 04:40 - 309.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
[@caesarxuchao](https://github.com/caesarxuchao)) * Using kubectl gcp auth plugin with a Google Service Account to authenticate to a cluster now additionally requests a token with the "userinfo.email" scope. This way, users can write ClusterRoleBindings/RoleBindings with the email address of the service account directly. (This is a breaking change if the numeric uniqueIDs of the Google service accounts were being used in RBAC role bindings. The behavior can be overridden by explicitly...
Registered: 2024-11-01 09:05 - Last Modified: 2022-05-05 13:44 - 341.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* OIDC authentication now allows tokens without an "email_verified" claim when using the "email" claim. If an "email_verified" claim is present when using the "email" claim, it must be `true`. ([#61508](https://github.com/kubernetes/kubernetes/pull/61508), [@rithujohn191](https://github.com/rithujohn191))
Registered: 2024-11-01 09:05 - Last Modified: 2020-02-06 06:04 - 328.4K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/vnd.oma.poc.optimized-progress-report+xml"/> <mime-type type="application/vnd.oma.xcap-directory+xml"/> <mime-type type="application/vnd.omads-email+xml"/> <mime-type type="application/vnd.omads-file+xml"/> <mime-type type="application/vnd.omads-folder+xml"/> <mime-type type="application/vnd.omaloc-supl-init"/>
Registered: 2024-11-10 03:50 - Last Modified: 2023-09-21 06:46 - 298.5K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.6.md
* **When using OIDC authentication and specifying --oidc-username-claim=email, an `"email_verified":true` claim must be returned from the identity provider. ([#36087](https://github.com/kubernetes/kubernetes/pull/36087), [@ericchiang](https://github.com/ericchiang))**
Registered: 2024-11-01 09:05 - Last Modified: 2020-12-24 02:28 - 304K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java
} public void setMail_Equal(String mail) { setMail_Term(mail, null); } public void setMail_Equal(String mail, ConditionOptionCall<TermQueryBuilder> opLambda) { setMail_Term(mail, opLambda); } public void setMail_Term(String mail) { setMail_Term(mail, null); } public void setMail_Term(String mail, ConditionOptionCall<TermQueryBuilder> opLambda) {
Registered: 2024-10-31 13:40 - Last Modified: 2024-02-22 01:37 - 326.1K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Registered: 2024-11-03 07:19 - Last Modified: 2024-11-01 11:25 - 460.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. Administrator */ String MAIL_FROM_NAME = "mail.from.name"; /** The key of the configuration. e.g. root@localhost */ String MAIL_FROM_ADDRESS = "mail.from.address"; /** The key of the configuration. e.g. */ String MAIL_HOSTNAME = "mail.hostname"; /** The key of the configuration. e.g. */
Registered: 2024-10-31 13:40 - Last Modified: 2024-10-11 21:11 - 468.5K bytes - Viewed (1)