Creating new schools broken

Issue #140 closed
Ghislain Hachey created an issue

Highest priority. New schools no longer working. It just sits there with loading bar half way and nothing in fiddler.

Comments (4)

  1. Ghislain Hachey reporter

    So more details...Edit of a school record fails with the following in fiddler.

    HTTP/1.1 403 Forbidden
    Cache-Control: no-cache
    Pragma: no-cache
    Content-Type: application/json; charset=utf-8
    Expires: -1
    Server: Microsoft-IIS/10.0
    X-AspNet-Version: 4.0.30319
    X-SourceFiles: =?UTF-8?B?QzpccGluZWFwcGxlc1xQaW5lYXBwbGVzXGFwaVxzY2hvb2xzXDEwMDMw?=
    X-Powered-By: ASP.NET
    Date: Mon, 11 Jul 2016 02:26:54 GMT
    Content-Length: 63
    
    {"type":"Permission","Topic":8,"Required":"Write","Current":""}
    

    Looking at my token I have

    {"token":"-SoJDVDHSftY2t2YSPfaDwWr...,"home":"site.ataglance.pri","isDomainUser":true,"filters":null,"p":"55555555555"}
    
  2. Ghislain Hachey reporter

    I try to revert to a few points back in time to see which merge broken it. I forgot to note it down. I think it was when merge of issue117 or issue120 happened.

  3. Ghislain Hachey reporter

    OK. So this now works after changing claimvalue to "55555555?55". While a more graceful error reporting is necessary it is not urgent since a user would normally not easily have access to do things they are not allowed. I'll close this issue and re-open issue for more graceful permissions related reporting later, we can tackled that challenge a little later.

  4. Log in to comment