Dynamic variables for providers #1198
NickRimmer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone 👋
I have an idea, to add supporting of multiple variables. For example
{{aadV2Token scopes:@scopesForCurrentRequest}}
.It will make it possible to set provider parameters from local/environment variables. I quickly checked the code, and it seems pretty possible to implement. In the moment when we looking for functions to provide value, it just splits the original string by ' ' (space) and passes the original string to the found function. So at this moment we can additionally check the rest part of the string and provide values here whenever it is possible.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions