mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Updated OpenID Connect OAuth2 (markdown)
parent
f3d39d966e
commit
e622c25975
@ -15,7 +15,7 @@ This page describes how to authenticate and (optionally) integrate other applica
|
||||
* Refresh Token: token to refresh access-token after it's expired
|
||||
* Client Credentials: server requests access-token without further authorization
|
||||
* Implicit: user authorized access and get access-token and auth-code, server requests own access-token via backchannel
|
||||
* Password: other server checks username/password of EGroupware user (not recommended any more, as other server gets the password!)
|
||||
* Password Credential: other server checks username/password of EGroupware user (not recommended any more, as other server gets the password!)
|
||||
|
||||
### Client configuration in EGroupware
|
||||
> Go to: Admin > Applications > OpenID / OAuth2 server > Clients
|
||||
|
Loading…
Reference in New Issue
Block a user