Verification of top-level domains buggy #3649
Labels
A-Client-Registration
Related to OIDC Dynamic Client Registration
A-Spec-Compliance
Divergence from the Matrix or the OAuth 2.0/OIDC specifications
T-Defect
Something isn't working
I encountered a funny bug : if your top-level domain is too long, your redirect URI is automatically rejected. In my case,
business.braid.polycule:
was considered as an invalid URI scheme - even though.business
obviously is a top-level domain.I'd highly suggest to remove that buggy check.
matrix-authentication-service/crates/handlers/src/oauth2/registration.rs
Line 179 in fef81b8
The text was updated successfully, but these errors were encountered: