Closed ymarcon closed 5 years ago
Comment created by @ymarcon:
See also this bridge: https://github.com/bujiio/buji-pac4j
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.
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.
See Authentication Delegation and related issues.
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.