We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It only allows 4 required attributes for attribute change:
It should support adding more attributes. for example:
passport.use(new OpenIDStrategy({ returnURL: 'http://www.example.com/auth/openid/return', realm: 'http://www.example.com/', profile: true, attributes: {"http://openid.net/schema/person/guid": "required"} }, function(identifier, profile, done) { // ... }
));
The text was updated successfully, but these errors were encountered:
capable to add extra attributes for profile exchange to resolve jared…
54aef18
…hanson#24
No branches or pull requests
It only allows 4 required attributes for attribute change:
It should support adding more attributes. for example:
));
The text was updated successfully, but these errors were encountered: