Base solution for your next web application
Open Closed

EXPIRY TOKEN #3481


User avatar
0
hasan created

Hello Team,

For the Expiry Token, it is not returning the unAuthorizedRequest as true. Instead, it returns the following things.

Let me know where to modify it.

{"success":false,"result":null,"error":{"code":0,"message":"An internal error occurred during your request!","details":null,"validationErrors":null},"unAuthorizedRequest":false}

5 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Hasan,

    Do you use MVC .x or ASP.NET Core version ?

    Thanks.

  • User Avatar
    0
    hasan created

    MVC.x Version

  • User Avatar
    0
    hasan created

    Any update ?

  • User Avatar
    0
    hasan created

    Ismac and Team,

    Please update on this and we are waiting for it.

    Thanks

  • User Avatar
    0
    alper created
    Support Team

    the error description is nott enough to analyze. write the error log thrown by server. did you wrap your method or application service with [AbpAuthorize] ?