Closed stevengopmo closed 8 years ago
Try adding DelayLoadMetadata
to the access token validation MW config.
That did it. Thank you !
On Nov 24, 2016 4:30 AM, "Dominick Baier" notifications@github.com wrote:
Try adding DelayLoadMetadata to the access token validation MW config.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation/issues/126#issuecomment-262729839, or mute the thread https://github.com/notifications/unsubscribe-auth/ANj1hx4SZbuk8tr_9Jh6fqIQWcDDL8Xyks5rBVlKgaJpZM4K7CJY .
I am using the exact same versions of IdentityModel and dentityServer3.AccessTokenValidation components and this thing had me struggle for hours till I landed here. DelayLoadMetadata = true
solved it
I get the following error in my application when trying to validate the token.
I'm using the following versions
Initially I thought this was related to similar to Issues #113, #114, #115, but now I am not convinced as everything works fine until this code is hit
The project that is attempting to validate this token is a WebApi running in the same host as identity server, it doesn't seem like that should cause a problem but maybe it's a race condition?
I have another application that uses the AccessTokenValidation in the same manner and all works as expected.