web/admin: clarify access code expiration
Signed-off-by: Jens Langhammer <jens@goauthentik.io> #4191
This commit is contained in:
parent
243be8f7bb
commit
6a64d6b536
|
@ -237,7 +237,7 @@ ${this.instance?.redirectUris}</textarea
|
||||||
<span slot="header"> ${t`Advanced protocol settings`} </span>
|
<span slot="header"> ${t`Advanced protocol settings`} </span>
|
||||||
<div slot="body" class="pf-c-form">
|
<div slot="body" class="pf-c-form">
|
||||||
<ak-form-element-horizontal
|
<ak-form-element-horizontal
|
||||||
label=${t`Access token validity`}
|
label=${t`Access code validity`}
|
||||||
?required=${true}
|
?required=${true}
|
||||||
name="accessCodeValidity"
|
name="accessCodeValidity"
|
||||||
>
|
>
|
||||||
|
@ -248,10 +248,7 @@ ${this.instance?.redirectUris}</textarea
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<p class="pf-c-form__helper-text">
|
<p class="pf-c-form__helper-text">
|
||||||
${t`Configure how long access tokens are valid for.`}
|
${t`Configure how long access codes are valid for.`}
|
||||||
</p>
|
|
||||||
<p class="pf-c-form__helper-text">
|
|
||||||
${t`If you are using an Implicit, client-side flow (where the token-endpoint isn't used), you probably want to increase this time.`}
|
|
||||||
</p>
|
</p>
|
||||||
<ak-utils-time-delta-help></ak-utils-time-delta-help>
|
<ak-utils-time-delta-help></ak-utils-time-delta-help>
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
|
|
Reference in New Issue