IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 762 forks source link

/assets/app.crypto.min.js #3129

Closed TheILPlace closed 8 years ago

TheILPlace commented 8 years ago

using one of the sample clients: "JavaScript OidcClient and UserManager.csproj"

after running the project, i see in the console an error PAGE: http://localhost/MyIDS3/connect/checksession is trying to load

**__** and get a 404 error looking at the sources if IDS3 i see that this file exists in the assets folder. besides the 404, i don't see any errors in the console, so maybe this js requirement is not actually being used in this scenario. any insights would be helpful. thanks
brockallen commented 8 years ago

Do you have RAMMFAR enabled?

TheILPlace commented 8 years ago

seems to solve the problem. :100: