salaboy / from-monolith-to-k8s

Workshop-style guide for creating Cloud-Native applications running on top of Kubernetes
http://salaboy.com
Apache License 2.0
342 stars 96 forks source link

SSO for back office with Keycloak #1

Open salaboy opened 4 years ago

salaboy commented 4 years ago

https://github.com/dexidp/dex

For this, you need to have the application working in a Kubernetes Cluster. I will create another issue for that.

mcruzdev commented 3 years ago

@salaboy , I suggest to use Keycloak, I think that is more simple for me.

What OAuth2 Grant type do you prefer to use on project?

salaboy commented 3 years ago

@mcruzdev go for Keycloak and let's see how it goes! I would go with this: https://oauth.net/2/grant-types/authorization-code/ right? as we have users logging in the app..

salaboy commented 3 years ago

@mcruzdev make sure that you deploy keycloak using helm :)