gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

OpenID Connect support #193

Closed sunsus closed 4 years ago

sunsus commented 5 years ago

Is it planned to support OpenID connect in future?

Jotschi commented 5 years ago

@sunsus I think this can already be used in combination with keycloak. Keycloak supports OpenID connect and mesh supports keycloak.

We don't plan to add OpenId connect support for mesh itself.

sunsus commented 5 years ago

Would you accept a pull request?

Jotschi commented 5 years ago

@sunsus I would welcome a PR. I think Vert.x already provides implementations to deal with OpenID connect. Those could be used to implement the support in Mesh.

https://vertx.io/docs/vertx-auth-oauth2/java/#_openid_connect_discovery

Jotschi commented 4 years ago

I'm closing this issue since it is now possible to use Gentics Mesh as a resource server. It is documented how to add the needed JWK's to the Mesh server. Plugins which will make this process easier will be added at some point.