Allow deeper structure in keyword replacements #1105
alex-suciu
started this conversation in
Ideas
Replies: 2 comments
-
Hi, @alex-suciu |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @alex-suciu , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you'd like to have solved
We have created different tenants for our environments as described in the documentation to set up multiple environments. Our Auth0 applications have different callback and logout URLs depending on the environment, e.g. for local development we'd have something as
http://localhost:9000/callback
while in production it would behttps://my-application.domain.com/callback
.The documentation describes keyword replacements as a shallow object with only one level of hierarchy which for many applications leads to a very large list of keys.
Describe the ideal solution
It would be really nice to extend this structure to a deep object so the definition could be something similar as:
They could then be referenced as e.g.
@@APPLICATION_1.CALLBACK_URLS@@
.Alternatives and current workarounds
Our current configuration looks as follows:
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions