intuit / intuit/intuit-developer-nodejs
Incorrect OpenID Config URL
Open
- Dominant language
- JavaScript
- Stars
- 51
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Your sandbox developer API is NOT OpenID compatible.
No OpenID client can get the details for the sandbox because the URL is arbitrary rather than based on the environment's domain name.
# Bad URL
is INVALID.
The discovery file MUST be named EXACTLY `/.well-known/openid-configuration` from the base url.
# Possible Fix
It should be something like
(or or maybe even , etc)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.