Commit 9dd1c4bb authored by Eric Chiang's avatar Eric Chiang

README: add note about roadmap and google group

Closes #297
parent 907f536e
...@@ -43,6 +43,12 @@ A non-exhaustive list of those who would benefit from using dex: ...@@ -43,6 +43,12 @@ A non-exhaustive list of those who would benefit from using dex:
- Those who want to create an OIDC Identity Provider for multiple clients to authenticate against. - Those who want to create an OIDC Identity Provider for multiple clients to authenticate against.
- Those who want any or all of the above in a Free and Open Source project. - Those who want any or all of the above in a Free and Open Source project.
## Getting help with dex
* For bugs and feature requests (including documentation!), file an [issue](https://github.com/coreos/dex/issues).
* For general discussion about both using and developing dex, join the [dex-dev](https://groups.google.com/forum/#!forum/dex-dev) mailing list.
* For more details on dex development plans, check out the [roadmap](https://github.com/coreos/dex/blob/master/Documentation/roadmap.md).
## Connectors ## Connectors
Remote IdPs could implement any auth-N protocol. *Connectors* contain protocol-specific logic and are used to communicate with remote IdPs. Possible examples of connectors could be: OIDC, LDAP, Local credentials, Basic Auth, etc. Remote IdPs could implement any auth-N protocol. *Connectors* contain protocol-specific logic and are used to communicate with remote IdPs. Possible examples of connectors could be: OIDC, LDAP, Local credentials, Basic Auth, etc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment