himmelblau-idm / himmelblau

Azure Entra ID Authentication, with PAM and NSS modules.
GNU General Public License v3.0
25 stars 3 forks source link

Fix user dropping from NSS #122

Closed dmulder closed 2 months ago

dmulder commented 2 months ago

This was caused by the provider failing to refresh the user token, and getting a 'NotFound' response. Only ever return 'BadRequest' for this request.

Fixes #

Checklist