show OAuth2 requested scopes in authorization UI
- by displaying the scopes requested for authorization in the OAuth2 app, users can make more informed decisions when granting access
This commit is contained in:
parent
7dbad27156
commit
8524589d8c
|
@ -11,6 +11,7 @@
|
||||||
<b>{{ctx.Locale.Tr "auth.authorize_application_description"}}</b><br>
|
<b>{{ctx.Locale.Tr "auth.authorize_application_description"}}</b><br>
|
||||||
{{ctx.Locale.Tr "auth.authorize_application_created_by" .ApplicationCreatorLinkHTML}}
|
{{ctx.Locale.Tr "auth.authorize_application_created_by" .ApplicationCreatorLinkHTML}}
|
||||||
</p>
|
</p>
|
||||||
|
<p>With scopes: {{.Scope}}.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui attached segment">
|
<div class="ui attached segment">
|
||||||
<p>{{ctx.Locale.Tr "auth.authorize_redirect_notice" .ApplicationRedirectDomainHTML}}</p>
|
<p>{{ctx.Locale.Tr "auth.authorize_redirect_notice" .ApplicationRedirectDomainHTML}}</p>
|
||||||
|
|
Loading…
Reference in New Issue