Hi,
using the oidc addon, is there a way to make oidc login and normal (via db) login working together?
I mean: how can I make the login page always appear and let the user choose to login via oidc or inserting local credential?
thank you
Michele
Hi,
using the oidc addon, is there a way to make oidc login and normal (via db) login working together?
I mean: how can I make the login page always appear and let the user choose to login via oidc or inserting local credential?
thank you
Michele
Hi,
You cannot do this using the OIDC add-on, but you can implement it in your project. Take a look at this sample: jmix-samples/social-login-sample at main · jmix-framework/jmix-samples · GitHub