mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
supported endpoints
11
OpenID-Connect----OAuth2.md
Normal file
11
OpenID-Connect----OAuth2.md
Normal file
@@ -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.
|
Reference in New Issue
Block a user