ncarlier / node-red-contrib-openid

Node-RED node to use OpenID Connect with HTTP nodes
Apache License 2.0
4 stars 6 forks source link

Allow customization of scopes #6

Closed ahofman closed 4 years ago

ahofman commented 4 years ago

Currently it looks like the node will always hit the OIDC authorization endpoint with the following hard-coded scopes: openid email offline_access.

I'd like to be able to specify custom scopes in this list, as required by the API I'm accessing.

Do you accept PRs here?

ncarlier commented 4 years ago

It is very welcome :)

ncarlier commented 4 years ago

Thanks for your work!