personium / personium-core

Core module of Personium
https://personium.io
Apache License 2.0
88 stars 16 forks source link

Incorrect error message.(__authz endpoint) #232

Closed SawamiWataru closed 6 years ago

SawamiWataru commented 6 years ago

Error message when specifying only {UnitFQDN} in redirect_uri is incorrect.

Example:
Request

GET https://demo.personium.io/sawami/__authz?redirect_uri=https://demo.personium.io/&client_id=https://demo.personium.io/app-cc-home/&response_type=token

Response

500 Internal Server Error

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<error>
<code>PR500-SV-9999</code>
<message>
<lang>en_US</lang>
<value>Unknown Exception [70538]</value>
</message>
</error>
SawamiWataru commented 6 years ago

Released v1.7.0.