November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Can you please post your config (remove keys and sensitive data).
It appears as if you haven't referenced all endpoints. Another alternative is that you somehow have installed the Microsoft.IdentityModel.Tokens.JsonWebTokens package that also can cause the error.
As Eric kindly points out, the configuration should look something like this:
"Optimizely": {
"ContentGraph": {
"ContentVersionSyncMode": "PublishedOnly",
"PreventFieldCollision": true,
"GatewayAddress": "https://cg.optimizely.com",
"AppKey": "<your app key>",
"Secret": "<your secret key>",
"SingleKey": "<your single key>",
"AllowSendingLog": "true"
}
}
I have done a blog post on enabling Opti ID https://world.optimizely.com/blogs/allthingsopti/dates/2024/5/a-day-in-the-life-of-an-optimizely-developer---enabling-opti-id-within-your-websites/ - can you run through the steps on their and confirm that you have ensured you have removed any references to ASP.Net Identity?
Hi F
Hi Folks,
Trying to set up a site to use Optimizely Identity and keep running into this error. The credentials are in the Appsettings ok, config seems fine in the startup. I've run a fresh alloy install with the same settings and it worked literally instantly. Anyone any idea what could be happening here?