I am currently proxying artifactory with a secure server that authenticates users and forwards the username. However, I need to be able to populate the email addresses as well. I'd also like to be able to create a password automatically for the accounts at the time of generation by the SSO realm.
Because the password field is empty, users cannot "unlock" their account to put in their email address or change other details manually. Here is an example of a user whose account is generated in this way: Ideally, I would forward this information through the proxy, like is done with the REMOTE_USER variable. It can be assumed that the proxy has access to the email address and a password. It would also be acceptable if artifactory could auto-generate an email using the REMOTE_USER variable or autofill new accounts with a default password (because it's all secured by the SSO anyway) Following is my security config descriptor: Based on the research I've done, it seems like creating a user plugin for my own realm is the way to go. However, I couldn't find resources on the jfrog site as far as how to set the password or email address of an account using the plugin, and I am also unclear on how to make it work with my SSO server - I work relatively rarely with Java and not at all with Groovy, so please excuse my ignorance here. Thank you in advance for any help you can give. -- View this message in context: http://forums.jfrog.org/How-to-add-email-addresses-and-or-passwords-to-accounts-created-through-the-http-sso-realm-tp7580427.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
