-
We have decided to use Janssen for a project, and I have successfully written some script for a proof of concept to show that our use case can be implemented with Janssen. However, one of the scripts needed is an UpdateToken, which every client with a certain Scope needs to use. Otherwise, the security of our use case is impacted. First, I tried to add the UpdateToken with a DynamicClientRegistration Script but could not figure out how and if it is possible. I would appreciate a hint in the right direction on how to make it work because otherwise, we need to disable dynamic registration and add clients manually. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can look to swagger to find the right properties. In this particular case it is jans/jans-auth-server/docs/swagger.yaml Line 1615 in afc1636 |
Beta Was this translation helpful? Give feedback.
You can look to swagger to find the right properties. In this particular case it is
update_token_script_dns
. (Note it's array that accepts script DNs, not names).jans/jans-auth-server/docs/swagger.yaml
Line 1615 in afc1636