Users with a organization account need to be able to authenticate with the organization. Possible ways to fix are to have the user check a box if they're logging into an organization and if so, prompt them for the name of the organization. Then, all that needs to be done is add an additional check to the authenticate function.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2902416-2.patch | 1.22 KB | olivier.br |
Comments
Comment #2
olivier.br commentedHere is a patch to add authentication as an organization.
I didn't add a checkbox.
If the first request return an organization id, a new request to authenticate as an organization is added with a call to this endpoint :
/psapi/v3/mem/organization/{organization_id}/authenticate
Comment #3
olivier.br commentedComment #5
olivier.br commentedComment #6
olivier.br commented