Could someone help explain the new feature to allow auth providers to provide a custom URL? I tried to read through the code but didn’t really understand what was happening. Any insight would be great — thanks!
https://github.com/discourse/discourse/commit/c423ce6333a80304a0aebb1a5a93c1d02770fa17
Should we clarify in the settings copy if this is for saml only @eviltrout?
It’s not a site setting though, that’s an internal field that plugin authors can use to set a custom URL.
As to how to use it, any plugin that creates an omniauth.provider
can supply a :custom_url
if they like like in the SAML example above.
4 Likes