You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: currently this plugin doesn't support sign in with multiple vhosts.
I would propose the following change from the current implementation: if the audience field is undefined, check that the current request host matches a vhost. If it matches, set the audience to the request host. Otherwise throw an exception.
I am maintaining a branch with the backlog of pull requests merged at edrex/merge
The text was updated successfully, but these errors were encountered:
Problem: currently this plugin doesn't support sign in with multiple vhosts.
I would propose the following change from the current implementation: if the audience field is undefined, check that the current request host matches a vhost. If it matches, set the audience to the request host. Otherwise throw an exception.
I am maintaining a branch with the backlog of pull requests merged at edrex/merge
The text was updated successfully, but these errors were encountered: