You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The REST API documentation states that the urls to {accept, reject} login or consent requests are in the form of /oauth2/auth/requests/{login,consent}/{challenge}/{accept,reject}. However, this is incorrect and it actually needs to be /oauth2/auth/requests/{login,consent}/{accept,reject}?{login,consent}_challenge={challenge}. To Reproduce
N/A
Expected behavior
N/A
Screenshots
N/A
Version:
v1.0.0
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
The REST API documentation states that the urls to {accept, reject} login or consent requests are in the form of
/oauth2/auth/requests/{login,consent}/{challenge}/{accept,reject}
. However, this is incorrect and it actually needs to be/oauth2/auth/requests/{login,consent}/{accept,reject}?{login,consent}_challenge={challenge}
.To Reproduce
N/A
Expected behavior
N/A
Screenshots
N/A
Version:
v1.0.0
Additional context
N/A
The text was updated successfully, but these errors were encountered: