Skip to content

Commit

Permalink
Merge pull request #5535 from ThaminduR/fix-new-api
Browse files Browse the repository at this point in the history
Add description to new scopes
  • Loading branch information
ThaminduR authored Feb 21, 2024
2 parents 0bcd18d + c97c80d commit 9f867ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<APIResource name="{{ api_resource.name }}" identifier="{{ api_resource.identifier }}" requiresAuthorization="{{ api_resource.requiresAuthorization }}" description="{{ api_resource.description }}" type="{{ api_resource.type }}">
<Scopes>
{% for scope in api_resource.scopes %}
<Scope displayName="{{ scope.displayName }}" name="{{ scope.name }}"/>
<Scope displayName="{{ scope.displayName }}" name="{{ scope.name }}" description = "{{ scope.description }}"/>
{% endfor %}
</Scopes>
</APIResource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@
"console.ui.email_templates.default_white_logo_url": "/libs/themes/default/assets/images/branding/logo-white.svg",
"console.ui.app_favicon_path": "/assets/images/branding/favicon.ico",
"console.ui.idp_templates.github.enabled": true,
"console.ui.idp_templates.hypr.enabled": false,
"console.ui.i18n_configs.showLanguageSwitcher": false,
"console.ui.i18n_configs.langAutoDetectEnabled": false,
"console.ui.product_name": "WSO2 Identity Server",
Expand Down

0 comments on commit 9f867ae

Please sign in to comment.