Oauth2 with Drupal

Hi,

I would like to setup a Oauth2 client for Drupal. I have already managed to setup server on Drupal and Node-Red as client. Only problem is that after clicking "Login with" button I get bounced back to same sceen. So I still have somethingwrong with my settings.js?

Tero

Hi,

Got this working by changing user section to this:

users: function(user) {
        return Promise.resolve({ username: user, permissions: "*" });
    }

But the /ui is still asking credentials how do I change this to Oauth too?

Tero

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.