You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering the same thing because I also wanted to have dynamic providers, so I worked on something and I found a solution (using method I'm pretty sure I shouldn't use, but hey, a workaround is a workaround).
I put all the files needed (+ a fixture for example) in this gist.
In this very simple example, there isn't any security consideration. Of course, client apps credentials should be stored way more securely than in a plain text field in your database.
Hello.
I would like to use the oauth2-client-bundle for a multitenant application with multiple Azure apps but, I have two issues:
First of all, How can I get the credentials and options from the database directly in the yaml config file?
And secondly, how can I dynamically add new entries to this container?
For example azure_2.
Is this possible?
The text was updated successfully, but these errors were encountered: