Skip to content

Security and API protection token

Arnab Dutta edited this page Oct 25, 2022 · 6 revisions

Jans Config API scopes

Gluu Admin-UI is a graphical user interface for the administrators to manage configuration and other properties of Jans Auth Server. This GUI interacts with Jans Auth Server via the rest APIs layer called Jans Config API.

Most of the Jans Config API endpoints are protected. To access these endpoints there should be an Authorization token with appropriate scopes in the request header. Please refer to Jans Config API OpenAPI specs to find the scopes required to access the endpoints (check security.oauth2 ).

Clone this wiki locally