|
|
|
|
|
by golangman
3382 days ago
|
|
Sorry, but if you had read the README you would probably have noticed that it does not matter if you use Google Auth, LDAP, MySQL or anything else. Subjects are just string identifiers, so it works per definition with everything, including LDAP. This is a good example for separation of concerns. LDAP is for authentication, ladon is for Authorization. Don't mix those. |
|