Fix typo in device authorization endpoint
This commit is contained in:
parent
c152f465e2
commit
658449dd1f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ For more details on how to invoke on this endpoint, see https://datatracker.ietf
|
|||
|
||||
===== Device Authorization endpoint
|
||||
....
|
||||
/realms/{realm-name}/protocol/openid-connectauth/device
|
||||
/realms/{realm-name}/protocol/openid-connect/auth/device
|
||||
....
|
||||
|
||||
The device authorization endpoint is used to obtain a device code and a user code. It can be invoked by confidential or public clients.
|
||||
|
|
Loading…
Reference in a new issue