Closed okilpirinne closed 8 months ago
@okilpirinne Good catch. Looks like the url
field in the invitation
table is constrained to 255 chars. We should update this to be 2048. Please PR.
Can I handle this issue~?
It already has a PR https://github.com/p2-inc/keycloak-orgs/pull/202
Hi,
I'm creating user invite flow similarly than it's represented in this documentation https://phasetwo.io/docs/organizations/invitations/#magic-link
However request to /invitation endpoint fails because uri fetched from /magic-link endpoint is too long.
When sending invitation request with magic-link it creates user to keycloak and send email with the magic link before failing. User is not linked to organization probably because request fails before completing that.