-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to work with Okta #2
Comments
Are you referring to the part where you need to edit:
There's not much required here, you just need to change:
to whatever Okta uses for your organization (what that is, I have no idea, though.) To be honest, as this is a LastPass-sponsored project, I don't think we can spend much effort on this, not least because we don't have Okta in house and would have no way to test anything. That said, I'd be happy to merge a patch that exposes this as a setting in the configuration UI, or changes the setup to use an IdP metadata file. |
Ah - we tried the edit, but we're still getting errors asking us to configure authsources.php, so I was not sure what I was missing. A patch that makes this a setting would be WONDERFUL. There's a severe lack of SAML extensions that aren't app specific, so this would be a godsend. Thank you! |
Can you post the actual errors? |
Unhandled exception An unhandled exception was thrown. The debug information below may be of interest to the administrator / help desk: SimpleSAML_Error_Error: UNHANDLEDEXCEPTION This error probably is due to some unexpected behaviour or to misconfiguration of simpleSAMLphp. Contact the administrator of this login service, and send them the error message above. |
Would it be possible to Fork this project, for Okta to use? They have their own development team that might be able to take over for their end. I am not sure if the LGPL would allow for this to happen. |
Okta is free to fork (and to send us pull requests!). The plugin is actually GPL, not LGPL, although the main part is built around simplesamlphp which is LGPL (I believe Joomla requires community plugins to be released under GPL). For Okta, this roughly means they will be able to take and modify the code, provided the changes are released back to the community. |
I've been looking for some time for a way to enable our Joomla based intranet with Okta, a SSO provider. They use SAML, but have a different setup from Lastpass, obviously.
When I attempted to configure the plugin, I got an error message that I would need to manually configure SimpleSAML's files. Doing some research online, I also found this:
http://stackoverflow.com/questions/29500189/simplesamlphp-sp-okta-idp
Would it be possible to have an option for this plugin that enables it to play nice with Okta, out of the box?
Thank you for your help!
The text was updated successfully, but these errors were encountered: