@sid I have implemented OKTA login in my company app. My login workflow in bullet points:
- Setup “Login” action which authorise user in Keycloak
- In return your authentication service will return your all Scopes that you’re requested like openid email profile groups
- Then you can authenticate your users in your Wappler system with Security Login step by using for example user email as login and unique user authenticator in Keycloakas password
- You can build your logic based on user groups return from your Keycloak
These two topics helped me to get the initial knowledge: Using OAuth2 Connector with Facebook and Using OAuth2 Connector with Google
