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
We can write a custom external_auth configuration via @master_external_auth.to_yaml in erb. I understand the construction when we write something simple, e.g: { key => 'val' }. However I can not imagine how I can get the next piece of configuration as a result:
Can you add an example for such a case? It may be useful to be able to add custom inline 'as-is' configuration ( in addition to the ability to include custom user configuration file)
The text was updated successfully, but these errors were encountered:
We can write a custom external_auth configuration via @master_external_auth.to_yaml in erb. I understand the construction when we write something simple, e.g: { key => 'val' }. However I can not imagine how I can get the next piece of configuration as a result:
Can you add an example for such a case? It may be useful to be able to add custom inline 'as-is' configuration ( in addition to the ability to include custom user configuration file)
The text was updated successfully, but these errors were encountered: