Skip to content

Docker image for the Dex federated identity management service

License

Notifications You must be signed in to change notification settings

sticksnleaves/docker-dex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

What is Dex?

dex is a federated identity management service. It provides OpenID Connect (OIDC) and OAuth 2.0 to users, and can proxy to multiple remote identity providers (IdP) to drive actual authentication, as well as managing local username/password credentials.

dex is created and maintained by CoreOS.

How to use this image

This image sets the WORKDIR to the dex home diretory. You may use this image to run dex and example-app commands.

For more information on using dex please read the official documentation.