Problem/Motivation
Invalid unique identifier (authname) from invalid attribute name or missing attribute value throws an error.
Steps to reproduce
Proposed resolution
Add try/catch for graceful error handling and display a message to users.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3562330-simplesamlphp_auth-catch-empty-authname-error.patch | 860 bytes | drpldrp |
Issue fork simplesamlphp_auth-3562330
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
drpldrp commentedComment #3
drpldrp commentedComment #4
garvitasakhrani commentedI am working on it.
Comment #6
garvitasakhrani commentedI have added the try/catch around getAuthname() to handle missing or invalid SAML unique identifiers. The changes are pushed to the issue fork on branch 3562330-catch-invalid-unique.
Please let me know if any updates are required.