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
Update Authentication API to search by email as case non-sensitive because we noticed some emails which varies in casing.
The text was updated successfully, but these errors were encountered:
[communitybridge#4472] Approval List search
c40885f
- added case insensitive search for emails Signed-off-by: Harold Wanyama <[email protected]>
Merge pull request #4473 from nickmango/feature/authorize-api
0c3f707
[#4472] Approval List search
Hello @nickmango I am getting 403 status, Kindly review
{ "Code": 403, "Message": "User vthakur does not have access to resource or path /cla-service/v4/cla/authorization" }
Sorry, something went wrong.
Tested API endpoint on dev site and found that it is working fine.
{ "CCLA": true, "CCLARequiresICLA": true, "ICLA": true, "authorized": true, "claGroupId": "01af041c-fa69-4052-a23c-fb8c1d3bef24", "companyAffiliation": true, "lfid": "vthakur" }
Refer screenshot for more details
nickmango
No branches or pull requests
Update Authentication API to search by email as case non-sensitive because we noticed some emails which varies in casing.
The text was updated successfully, but these errors were encountered: