-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
A-Client-RegistrationRelated to OIDC Dynamic Client RegistrationRelated to OIDC Dynamic Client RegistrationA-Spec-ComplianceDivergence from the Matrix or the OAuth 2.0/OIDC specificationsDivergence from the Matrix or the OAuth 2.0/OIDC specificationsT-DefectSomething isn't workingSomething isn't working
Description
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.
if host.len() <= suffix.as_bytes().len() + 1 { |
Metadata
Metadata
Assignees
Labels
A-Client-RegistrationRelated to OIDC Dynamic Client RegistrationRelated to OIDC Dynamic Client RegistrationA-Spec-ComplianceDivergence from the Matrix or the OAuth 2.0/OIDC specificationsDivergence from the Matrix or the OAuth 2.0/OIDC specificationsT-DefectSomething isn't workingSomething isn't working