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
GitHub is hard coded in several places as the OAuth2 provider, but Spring Security supports several providers. It would be best to have a configuration option in mud.env so you can choose which of the supported providers you want to use, and to parameterize all the places in the code that currently refer to GitHub so you can switch without any code changes.
The text was updated successfully, but these errors were encountered:
All that has to change for this is in the Freemarker templates there are a couple of hard coded URLs that reference "github". Those need to be able to change based on the OAuth flow that is actually in use.
GitHub is hard coded in several places as the OAuth2 provider, but Spring Security supports several providers. It would be best to have a configuration option in
mud.env
so you can choose which of the supported providers you want to use, and to parameterize all the places in the code that currently refer to GitHub so you can switch without any code changes.The text was updated successfully, but these errors were encountered: