-
Notifications
You must be signed in to change notification settings - Fork 14
Security and API protection token
Arnab Dutta edited this page Oct 25, 2022
·
6 revisions
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
).
- https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/docs/jans-config-api-swagger-auto.yaml
- https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/plugins/docs/jans-admin-ui-plugin-swagger.yaml
- https://github.com/JanssenProject/jans/blob/main/jans-config-api/plugins/docs/user-mgt-plugin-swagger.yaml
- Home
-
admin-ui documentation
- Introduction
- Dashboard
- Admin Menu
- Auth Server Menu
- Admin UI Installation on bank server
- CLI commands to Add, Remove Frontend Plugins
- Developer localization guide
- Gluu Admin UI: Frontend Plugin development document
- Gluu Admin UI: Backend Plugin development document
- Gluu Cloud Admin UI: Application Architecture
- Internationalization in Gluu Admin UI
- Jans Admin UI Developers setup Guide
- Jans Config Api Role Mapping
- licenseSpring Integration in Admin UI
- License Policy
- Admin UI: Scopes
- Security and API protection token
- User Management
- Gluu Flex
- Support Portal