mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
supported endpoints
parent
2642140fe3
commit
aadde749b4
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.
|
Loading…
Reference in New Issue
Block a user