From aadde749b45f8cac329aa1f2f196e39455ea8f1c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 22 May 2020 10:32:20 +0200 Subject: [PATCH] supported endpoints --- OpenID-Connect----OAuth2.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 OpenID-Connect----OAuth2.md diff --git a/OpenID-Connect----OAuth2.md b/OpenID-Connect----OAuth2.md new file mode 100644 index 0000000..5781264 --- /dev/null +++ b/OpenID-Connect----OAuth2.md @@ -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.