WrenSecurity / wrenidm

Community‐developed identity management system with a flexible data model, multiple extension points and scripting support, including JavaScript and Groovy.
https://wrensecurity.org/
Other
40 stars 19 forks source link

Dynamically resolve services required by self-service stages #155

Closed ghost closed 1 year ago

ghost commented 1 year ago

Replaces the method of obtaining a service within a conditional if-else structure with a more flexible approach. This allows us to utilize a service in a custom self-service stage without explicitly mentioning the service or incorporating it into this specific chain of logic.