danestves / remix-auth-auth0

An Auth0Strategy for Remix Auth, based on the OAuth2Strategy
MIT License
121 stars 22 forks source link

Add support for auth0 organizations #75

Closed MoSattler closed 2 years ago

MoSattler commented 2 years ago

Describe the bug

Right now auth0 user's who rely on organisations cannot use this library. The callback with transport an error:

/callback?error=invalid_request&error_description=parameter+organization+is+required+for+this+client&state=XXX

Your Example Website or App

-

Steps to Reproduce the Bug or Issue

Try authenticating with an organization's user

Expected behavior

the library should one let add the organization as a parameter

Screenshots or Videos

No response

Platform

everywhere

Additional context

No response