IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 842 forks source link

metadataSeed improperly merged and returned #1305

Closed brockallen closed 3 years ago

brockallen commented 3 years ago

Bug in new metadataSeed on first request incorrectly merging results into the config object and not returning correct value.

brockallen commented 3 years ago

@oklas yes, thanks for noticing my sloppy metadataSeed commit from last weekend. does the above new commit look right to you?

oklas commented 3 years ago

Looks good, thanks 👍