-
Notifications
You must be signed in to change notification settings - Fork 0
Config api
Madhumita Subramaniam edited this page Apr 19, 2023
·
6 revisions
- Configuring the JANS server
- used by administrator
- special client privileges / scopes
- these privileges are not available to a regular client
2-3 lines about each
sequenceDiagram
title Config API
Administrator->Jans TUI:set default_auth_method=otp
Jans TUI->Config-api:calls the /api/v1/acrs PUT endpoint
Config-api->Config-api:checks scope
Config-api->Jans Persistence:Writes to persistence
..........
........
........
........
something here
something here