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
Incorrect domain validation since 2013 68ab79f (spaces between 1 in regular expression- it's a first problem)
7.5.0
Domain's validating success
regexp doesn't work
To update validation domain regexp
from saml2.validate import valid_domain_name valid_domain_name('simple.domain.com')
and getting an error ValueError("Not a proper domain name")
ValueError("Not a proper domain name")
The text was updated successfully, but these errors were encountered:
bugfix: domain name validation.
303c760
Updated regexp for domain validation Add testcases for domain validation fix issue: IdentityPython#950
Fix is coming folks! #951
Sorry, something went wrong.
No branches or pull requests
Incorrect domain validation since 2013 68ab79f
(spaces between 1 in regular expression- it's a first problem)
Code Version
7.5.0
Expected Behavior
Domain's validating success
Current Behavior
regexp doesn't work
Possible Solution
To update validation domain regexp
Steps to Reproduce
and getting an error
ValueError("Not a proper domain name")
The text was updated successfully, but these errors were encountered: