Skip to content
New issue

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 #4472

Open
mlehotskylf opened this issue Nov 4, 2024 · 2 comments
Open
Assignees
Labels

Comments

@mlehotskylf
Copy link
Contributor

mlehotskylf commented Nov 4, 2024

Update Authentication API to search by email as case non-sensitive because we noticed some emails which varies in casing.

nickmango added a commit to nickmango/easycla that referenced this issue Nov 4, 2024
- added case insensitive search for emails

Signed-off-by: Harold Wanyama <[email protected]>
nickmango added a commit that referenced this issue Nov 4, 2024
@thakurveerendras
Copy link
Contributor

Hello @nickmango
I am getting 403 status, Kindly review

  • Endpoint: {{baseUrl}}cla-service/v4/cla/authorization?lfid=vthakur&claGroupId=01af041c-fa69-4052-a23c-fb8c1d3bef24

{
"Code": 403,
"Message": "User vthakur does not have access to resource or path /cla-service/v4/cla/authorization"
}

image

@thakurveerendras
Copy link
Contributor

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
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants