Cantara / stingray

Java application framework with strong conventions and use of other Cantara components
Apache License 2.0
0 stars 2 forks source link

Stingray 500 on different types of auth #57

Open SindreBrurberg opened 2 years ago

SindreBrurberg commented 2 years ago

When there is an empty bearer token stingray 500 errors out. It seems stingray also gives a 500 error in some test, needs further investigation into what is sent into stingray in these cases to create the 500 errors after stingray sets 401 unauthorized.

SindreBrurberg commented 2 years ago

Looks like expired tokens are affected by this aswell. Example personregister person/persons give a 500 with expired app token