Same deal with Kestrel and different port.
They are set up in my appsettings.Development.json with
"WebRouting": {
"UmbracoApplicationUrl": "https://localhost:44339/"
},
"Security": {
"BackOfficeHost": "https://localhost:44339/"
},
And I’ve cleared -everything- from openDict in the DB as well for good measure before starting up
delete from umbracoOpenIddictApplications
delete from umbracoOpenIddictAuthorizations
delete from umbracoOpenIddictScopes
delete from umbracoOpenIddictTokens
