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
TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received undefined
at validateString (internal/validators.js:117:11)
at Url.parse (url.js:159:3)
at Object.urlParse [as parse] (url.js:154:13)
at new Strategy (/tmp/myapp/node_modules/passport-openidconnect/lib/strategy.js:40:60)
at Object.<anonymous> (/tmp/myapp/app.js:21:22)
Do you have an idea or a working example ?
Thanks
The text was updated successfully, but these errors were encountered:
Well the maintainer totally removed discovery so I guess this can be closed. I'll be using openid-client to do discovery and feed the config into OpenIdConnectStrategy 🤷♂️
Hi,
I looked to configure oidc auth with discovery/dynamic config.
I have the URL https://xxxxx/sp/.well-known/openid-configuration for that.
Here is my test :
But this error occured :
Do you have an idea or a working example ?
Thanks
The text was updated successfully, but these errors were encountered: