What is the best place to store config keys?

Hey guys,
I’m new to Auth0, in my project I want to store few keys that I can lookup in the rules and other place. The issue with saving in ‘configuration’ settings available in rules is that it is hard to maintain them across different tenants.
I also looked at client_metadata which also looks like a good option. I wanted to know is there any best practices or store these keys or any suggestions/recommendations ?

Hey @Ehtved , Welcome to the Auth0 Community!

Our best practices guide states to store the configuration settings.

Also, you can manage Rules (including secrets/settings) via Deploy CLI Tool for Management across tenants.

Let me know if this helps!

Regards,
Sid

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.