Group: net.trajano.ms.app - All Dependencies
OpenID Connect · This microservice handles the authentication process via OpenID Connect.
API Gateway · A simple configurable and extensible API gateway
Microservice Engine · This is an implementation of a RESTful microservice engine
Microservices Base · This provides a parent project POM used to quickly bootstrap microservice development.
Microservice Application · This is an example of a microservice oriented application that a typical enterprise will work with. It is not meant to be of the scale of NetFlix/Facebook but for more normal loads of a large company where IT is not their primary function.
Sample Authorization Microservice · This microservice is used to do provide an authorization endpoint. It acts as an OAuth token handler to handle JWT, access token and refresh token grant types.
Sample Authentication Microservice · This microservice is used to do a username password authentication using an OAuth endpoint that uses client_credentials grant and Basic authorization.
Swagger Microservice · This provides a collated version of the swagger API JSON
Sample OIDC Microservice · This microservice is used to do provide an OIDC endpoint.