{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2020 CERN. Copyright (C) 2021 Graz University of Technology. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends "invenio_oauth2server/settings/index.html" %} {%- import "invenio_oauth2server/settings/helpers.html" as helpers with context %} {%- from "invenio_oauth2server/settings/_macros.html" import render_field with context %} {% block settings_content %} {{ helpers.panel_start( _('%(client_name)s', client_name=client.name), breadcrumb_path=url_for('.index'), breadcrumb_title=_('Applications'), with_body=False, ) }}
{{ client.client_id }}
{{ client.client_secret }}
{{ _('Do not share the client secret with anyone!') }}
{{ _('Query parameters') }} ({{_('example request')}}):
code
{{ _("or") }} token
){{ _('Request body parameters:') }}
{{c}}
{% if not loop.last %}, {% endif %}{% endfor %}).authorization code
).client_credentials
).refresh_token
).