-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Interception Scripts to add extra authorization during client authentication #286
Comments
Analysis: Following changes are expected 2) jans-setup 3) jans-config-api |
Code branch : https://github.com/JanssenProject/jans/tree/jans-286 |
PR 840 - #840 |
Code merged to main |
Requirement:
Currently jans-config-api uses basic authentication, requirement is to use an interception scripts which can enable custom business logic for authentication.
For example, a customer may want to pass an access token with a custom claim, like {"role": "manager", "infrastructure": "prod"}
The script should read that information from the access token, and then write custom rules about whether to allow or deny the client authentication.
Risk Level.
1 (Low risk)
Effort.
Medium
Priority.
MEDIUM
The text was updated successfully, but these errors were encountered: