supported endpoints

Ralf Becker 2020-05-22 10:32:20 +02:00
parent 2642140fe3
commit aadde749b4

@ -0,0 +1,11 @@
EGroupware 19.1+ comes with an OpenID Connect / OAuth2 server integrated.
This page describes how to authenticate and (optionally) integrate other applications using it.
### Supported endpoints
* Authorization: https://example.org/egroupware/openid/endpoint.php/authorize
* Token: https://example.org/egroupware/openid/endpoint.php/access_token
* Token Introspection: https://example.org/egroupware/openid/endpoint.php/introspect
* User information: https://example.org/egroupware/openid/endpoint.php/userinfo
* Public key: https://example.org/egroupware/openid/endpoint.php/jwks
> Replace example.org with the full qualified domain-name your EGroupware server uses.