My customer ask for his flow application to use alternative login mechanism like login with google, github, fb, …
I’m not sure if its possible to integrate this into a “normal” login page which uses a ‘PersistedUsernamePasswordProvider’. As I understand authorisation is made one after another - like: if first failed the next one is used defined by order in Settings.yaml .
thank’s for your reply! Yes, I’ve already seen this thread and I’ve checked the codes and examples. It seems, I have to go more in depth for my implementation…
Also the ideas in this thread from @bwaidelich is very interesting.
I’ve been revisiting the whole authentication process a lot lately (also together with @bwaidelich) - so ask questions along the way, and we can help solve it