This commit is contained in:
Éloi Rivard 2020-08-26 12:03:06 +02:00
parent 50a80561c8
commit 76251c30d9
2 changed files with 9 additions and 0 deletions

7
TODO.md Normal file
View file

@ -0,0 +1,7 @@
- RFC 8414
- Extract ldaputils in another library
- Admin filter
- User "Manage my permissions" screen
- Admin tokens screen
- Admin codes screen
- Admin client screen unit tests

View file

@ -30,6 +30,8 @@ ISS = "http://mydomain.tld"
EXP = 3600
[JWT.MAPPING]
# Mapping between JWT fields and LDAP attributes from your
# User objectClass.
SUB = "uid"
NAME = "cn"
PHONE_NUMBER = "telephoneNumber"