We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was originally created by @Half-Shot at matrix-org/matrix-authentication-service#3036.
It wasn't clear to me that I couldn't set a localhost URL for the registration request URIs because it's forbidden in https://github.com/matrix-org/matrix-authentication-service/blob/07c9989e63048ace17d00c1068b2c456651d0b61/crates/handlers/src/oauth2/registration.rs#L191-L243
The error is super vague though, and could do with some explanation (or at least a log line).
The text was updated successfully, but these errors were encountered:
This comment was originally posted by @Half-Shot at matrix-org/matrix-authentication-service#3036 (comment).
I'm not actually sure that was the policy that was violated tbh, but still, something is up 🤔
Sorry, something went wrong.
This comment was originally posted by @dklimpel at matrix-org/matrix-authentication-service#3036 (comment).
I have the same problem by /authorise. I get always invalid redirect uri and do not know what is wrong.
/authorise
invalid redirect uri
Even if you have not entered the redircet url you get misleading error messages:
invalid parameters
No branches or pull requests
This issue was originally created by @Half-Shot at matrix-org/matrix-authentication-service#3036.
It wasn't clear to me that I couldn't set a localhost URL for the registration request URIs because it's forbidden in https://github.com/matrix-org/matrix-authentication-service/blob/07c9989e63048ace17d00c1068b2c456651d0b61/crates/handlers/src/oauth2/registration.rs#L191-L243
The error is super vague though, and could do with some explanation (or at least a log line).
The text was updated successfully, but these errors were encountered: