dianagudu / motley_cue

A service for mapping OIDC identities to local identities, with local user management
https://motley-cue.readthedocs.io/
MIT License
8 stars 3 forks source link

Support tokens longer than 1k #33

Closed dianagudu closed 2 years ago

dianagudu commented 2 years ago

This is a PAM limitation, but it can also be solved temporarily by changing motley_cue and mccli to accept e.g. a hash of the token as an SSH password/for the validation endpoint.

dianagudu commented 2 years ago

fixed in PR #39