You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like everyone i have now changed to use the dotnet cli and changed my target frameworks from dnx451 to net451. Since doing this, restoring the latest packages etc, openiddict no longer works.
If i use postman and connect to http://localhost:5000/connect/token with a username and password, this returns an access_token. Now if i use that access token, i always get a 401 error?
Apart from the url changing to localhost:5000 (which i have updated in my Applications table), nothing else apart from the version has changed.
Upon debugging it seems that the access_token that i am passing it never generates a valid identity on a request? The IsAuthenticated property is always false and even the username is null.
The text was updated successfully, but these errors were encountered:
The bug was fixed recently by the AzureAD team, but the updated package is not on the aspnetcidev feed we use. I hope it will be fixed soon by the ASP.NET team.
Like everyone i have now changed to use the dotnet cli and changed my target frameworks from dnx451 to net451. Since doing this, restoring the latest packages etc, openiddict no longer works.
If i use postman and connect to http://localhost:5000/connect/token with a username and password, this returns an access_token. Now if i use that access token, i always get a 401 error?
Apart from the url changing to localhost:5000 (which i have updated in my Applications table), nothing else apart from the version has changed.
Upon debugging it seems that the access_token that i am passing it never generates a valid identity on a request? The IsAuthenticated property is always false and even the username is null.
The text was updated successfully, but these errors were encountered: