aspnet-core-3-role-based-authorization-api icon indicating copy to clipboard operation
aspnet-core-3-role-based-authorization-api copied to clipboard

post man gives 500- severer error for authenticating purpose when i changed Secret in AppSettings of appSetting.json file

Open tutul2010 opened this issue 4 years ago • 0 comments

Hi,

I changed Secret as below in AppSettings of appSetting.json file

"AppSettings": {
    "Secret": "5BFr#$14"
  },

then i was getting 500- internal severer error for authenticating purpose by using postman. Any one faceed this same issue and any solutions for above?

Many Thanks,

tutul2010 avatar Feb 10 '21 14:02 tutul2010