Invite links (Accept Invitation Button) with SSO not working for stable v2.8.10

That’s awesome! Thanks @sam ! :raised_hands:

EDIT:
Just an FYI for others who may be experiencing this:

Version 2.8.11 of stable does not fix the issue. Clicking on Accept Invitation spews out a console log error now though:
PUT https://<DOMAIN>/invites/show/<INVITE_CODE>.json 404
The .json url takes you to:

// https://<DOMAIN>/invites/show/<INVITE_CODE>.json

{
  "errors": [
    "The requested URL or resource could not be found."
  ],
  "error_type": "not_found"
}