[MXS-4355] Token authentication does not work correctly with PAM users Created: 2022-10-14 Updated: 2022-10-17 Resolved: 2022-10-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 6.4.2, 22.08.1 |
| Fix Version/s: | 22.08.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The PAM authentication of users requires a password to verify that the user is who they claim to be. For the normal authentication this is OK as the password is available but for token authentication this is not known. The account type should be stored in the token to remove the need to check it again when the token is validated. |