Commit graph

5 commits

Author SHA1 Message Date
Aurélien Bompard
043a5ce88f
Add info keys for OpenID
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-23 13:40:32 +02:00
Aurélien Bompard
aca50a00bd
Fix the infofasjson plugin attribute mapping
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2020-09-17 16:59:40 +02:00
191f2f0fcf fix infofasjson get_user_attrs returning None
Previously if using the fasjson info plugin, and the fasjson client
returned an error, we were returning None. However, we need to return an
empty dict, otherwise login/common.py in ipsilon would raise an error.

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2020-09-16 21:37:35 +10:00
d7da4d53da update infofasjson with agreements
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2020-09-15 21:42:09 +10:00
3f68e3b535 Add infofasjson info plugin
This adds the initial implementation of the infofasjson plugin, with
support for profile information and groups information. Agreemeents info
coming soon.

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2020-09-14 22:34:44 +10:00