web/admin: add note that regex is used for redirect URIs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
6105956847
commit
e7c03fdb14
|
@ -162,7 +162,7 @@ export class OAuth2ProviderFormPage extends ModelForm<OAuth2Provider, number> {
|
||||||
/>
|
/>
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
<ak-form-element-horizontal
|
<ak-form-element-horizontal
|
||||||
label=${t`Redirect URIs/Origins`}
|
label=${t`Redirect URIs/Origins (RegEx)`}
|
||||||
name="redirectUris"
|
name="redirectUris"
|
||||||
>
|
>
|
||||||
<textarea class="pf-c-form-control">
|
<textarea class="pf-c-form-control">
|
||||||
|
@ -175,7 +175,7 @@ ${this.instance?.redirectUris}</textarea
|
||||||
${t`If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved.`}
|
${t`If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved.`}
|
||||||
</p>
|
</p>
|
||||||
<p class="pf-c-form__helper-text">
|
<p class="pf-c-form__helper-text">
|
||||||
${t`To allow any redirect URI, set this value to "*". Be aware of the possible security implications this can have.`}
|
${t`To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.`}
|
||||||
</p>
|
</p>
|
||||||
</ak-form-element-horizontal>
|
</ak-form-element-horizontal>
|
||||||
<ak-form-element-horizontal label=${t`Signing Key`} name="signingKey">
|
<ak-form-element-horizontal label=${t`Signing Key`} name="signingKey">
|
||||||
|
|
Reference in New Issue