-
Notifications
You must be signed in to change notification settings - Fork 0
jans cli Cheat sheet
Madhumita Subramaniam edited this page Jul 19, 2022
·
1 revision
curl https://jans-ui.jans.io/.well-known/openid-configuration
Steps:
- Download this json file, update the values and save it as client.json
- Run curl command
curl -X POST https://my.jans.server/jans-auth/restv1/register -H "Content-Type: application/json" -d @/some/directory/client.json
Further reading
Steps:
- Download this json file, update the values and save it as script.json
- Run curl command
- Or run cli command Further reading