[Openstack] [shibboleth] Seeking Advice: Shibboleth Integration with OpenStack
Hello, I'm currently engaged in PhD research focused on integrating Shibboleth with OpenStack. I've encountered a challenge as many of the available resources seem to be outdated, with the most recent OpenStack version mentioned being Queens. I'm reaching out to the community for assistance: - Which operating system version are you using for this setup? - What version of OpenStack are you currently running with Shibboleth? Additionally, if you have any up-to-date tutorials or books on Shibboleth that you could recommend, I would greatly appreciate it. Thank you in advance for your help. Best regards, Abubakur Sait
On Sun, 17 Mar 2024 at 04:51, Abubakur Sait <bakursait@gmail.com> wrote:
Hello,
I'm currently engaged in PhD research focused on integrating Shibboleth with OpenStack. I've encountered a challenge as many of the available resources seem to be outdated, with the most recent OpenStack version mentioned being Queens.
I'm reaching out to the community for assistance: - Which operating system version are you using for this setup? - What version of OpenStack are you currently running with Shibboleth?
Additionally, if you have any up-to-date tutorials or books on Shibboleth that you could recommend, I would greatly appreciate it.
Thank you in advance for your help.
I will state up front that I know next to nothing about Shibboleth or Keystone. A quick look at the code shows several references to Shibboleth[1]. From there I found docs[2] for the current release (bobcat/2023.2) and devstack support in [3][4]. This leads me to believe that for a developer focused test setup you should be able to use devstack[5] (on Ubuntu jammy) to create an environment reasonably easily. It also looks like there is some OpenStack Ansible support[6] so that might be another option for something a little more "long lived" than devstack Yours Tony. [1] https://codesearch.openstack.org/?q=Shibboleth&i=nope&literal=nope&files=&excludeFiles=&repos= [2] https://docs.openstack.org/keystone/latest/admin/federation/configure_federa... [3] https://opendev.org/openstack/keystone/src/branch/master/devstack/lib/federa... [4] https://opendev.org/openstack/keystone/src/branch/master/devstack/files/fede... [5] https://docs.openstack.org/devstack/latest/ [6] https://opendev.org/openstack/openstack-ansible-os_keystone/src/branch/maste...
participants (2)
-
Abubakur Sait
-
Tony Breeds