Questions tagged [shibboleth]

A standards based, open source software package for web single sign-on across or within organizational boundaries.

The Shibboleth software implements widely used federated identity standards, principally OASIS' Security Assertion Markup Language (SAML), to provide a federated single sign-on and attribute exchange framework.

Shibboleth also provides extended privacy functionality allowing the browser user and their home site to control the attributes released to each application.

Using Shibboleth-enabled access simplifies management of identity and permissions for organizations supporting users and applications.

Shibboleth is developed in an open and participatory environment, is freely available, and is released under the Apache Software License.

559 questions
-1
votes
1 answer

Apache: x.509 and Kerberos authentication together

I want to configure on the same Apache server Kerberos authentication using mod_auth_kerb http://modauthkerb.sourceforge.net/ and client side x.509 certificate authentication using mod_ssl. I need to configure SSLVerifyClient directive as optional…
Michael
  • 10,063
  • 18
  • 65
  • 104
-2
votes
1 answer

Windows server 2016 with Shibboleth 3.6

I am setting up SSO for my users on a Windows Server 2016 with Shibboleth 3.6 as an IDP. I have claimed the domain in my SP settings and have the Idp metadata uploaded on the SP as well the SP metadata saved on my Shibboleth/ metadata folder. When I…
-2
votes
2 answers

Laravel Shibboleth package

How to set up and use laravel shibboleth package, supposing that in my organization there are distinct user roles? My version of Laravel Framework is 5.7.26. I initially tried to install it (with composer require razorbacks/laravel-shibboleth via…
Konstantinos
  • 51
  • 1
  • 14
-4
votes
1 answer

How to make my application as SSO application using Shibboleth

I have written two applications one is taking user name password from user and second one is for showing some data to the user. Both are simple web applications, now my question is, How I can make first application as IDP and second one as Service…
1 2 3
37
38