panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

Is there a way skip client id check #199

Closed hronro closed 5 years ago

hronro commented 5 years ago

Is there a way to skip client id check?

Similar solution in Golang's go-oidc library:

https://github.com/coreos/go-oidc/blob/2be1c5b8a260760503f66dc0996e102b683b3ac3/verify.go#L86

panva commented 5 years ago

Hi @foisonocean

The library intentionally only exposes conform behaviours, therefore such an option does not exist.