Closed ymilin closed 5 years ago
Hello,
There is a small typo in the valid values for the Error parameter to be appended to the end of the redirect_uri.
Error
redirect_uri
Valid values are: invalid_request, unauthorized_client, access_denied, unsupported_response_type, invalid_scope, server_error, and temporarilly_unavailable.
temporarily_unavailable should be written with one l and could cause issue if copy-pasted from the spec.
l
Hello,
There is a small typo in the valid values for the
Error
parameter to be appended to the end of theredirect_uri
.temporarily_unavailable should be written with one
l
and could cause issue if copy-pasted from the spec.