obiba / agate

OBiBa's user ID provider.
GNU General Public License v3.0
4 stars 7 forks source link

AGATE-60: Support additional authentication realms #239

Closed ymarcon closed 5 years ago

ymarcon commented 8 years ago

Jira issue originally created by user @ymarcon:

Like ldap, active directory, sql db etc. whatever that is configured in the shiro.ini file. The user profile will stay in agate, but the authentication will be performed by the associated realm. As a consequence a agate user has always an associated realm (default is agate's one) and has a password only if the associated realm is agate's one (do not support ldap etc. write operations).

It would be also nice to be able to authenticate with system credentials using PAM: https://github.com/plaflamme/shiro-libpam4j This realm would allow to have a datashield setup where all opal servers are using agate + agate and rstudio are using the system credentials.

ymarcon commented 7 years ago

Comment created by @ymarcon:

See also this bridge: https://github.com/bujiio/buji-pac4j

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ymarcon commented 5 years ago

See Authentication Delegation and related issues.