Skip to main content

All Questions

1 vote
0 answers
218 views

Decode SAMLResponse in XML or in readable format

I am trying to integrate Okta SAML SSO in my web application. After creation of application via development account, once i call the generated url from broswer, it redirects to my web app with some ...
Amit Joshi's user avatar
1 vote
0 answers
551 views

"Key is missing data to perform the decryption" error on SAML2 LARAVEL 8

Update: We were able to solve the problem by using a different encryption method when recreating the x509 certificate Question: we have a weird problem with our SP / IdP Connection on our SAML2 ...
StevenSchwehm's user avatar
-1 votes
1 answer
367 views

Symfony app that serves static Twig routes gated by SSO SAML 2.0?

I have a static website where its pages may only be accessed if a user has authenticated via SAML2 SSO. Specifically, these pages are written with Twig, and the content is stored in JSON files which ...
Lester Peabody's user avatar
1 vote
1 answer
3k views

Implement SAML based SSO with Google and Laravel

I'm implementing SAML based SSO for one of the php web application. I'm using Google as IdP. I've used Laravel 7 and laravel-saml2. I configured as per the steps given into it's documentation and ...
KingNNT's user avatar
  • 11
1 vote
0 answers
878 views

Laravel - How to global logout using Azure AD SLO?

I have successfully did How to Authenticate the data from Microsoft Azure AD using Laravel and redirect it to Home? and then I would like to global logout from Laravel and Microsoft. I had refer to ...
Lisa Kenyet's user avatar
0 votes
1 answer
2k views

How to Authenticate the data from Microsoft Azure AD using Laravel and redirect it to Home?

I'm trying to authenticate Microsoft Azure AD with my laravel web app. Currently I'm referring Azure Active Directory SSO with Laravel. I managed to retrieve the data from the microsoft azure ad but ...
Lisa Kenyet's user avatar
0 votes
1 answer
451 views

Connect to Local/On-premises Active Directory from PHP web application [closed]

Seeking for guidance on the subject as I'm really stuck on this, I am trying to connect to a microsoft server over a network to login into my system by providing my microsoft credentials. Now, what I ...
Vivek Singh's user avatar
2 votes
0 answers
178 views

SilverStripe SAML infinite loading after SSO login

I have tried SilverStripe SAML module with azure ad single sign on, After enabled SAMLMiddleware Im redirecting infinite loop. This is what saml.yml middleware part looks like SilverStripe\Security\...
kosala manojeewa's user avatar
0 votes
1 answer
372 views

In Simplesamlphp The IdP should check which NameIDFormat the SP requests, and try to send back that format

I have configured multiple SP in saml20-sp-hosted.php , i want one of my SP to use mail attribute as nameid. saml20-sp-hosted.php $metadata['entityId1'] = array ( 'entityid1' => 'entityId', ...
Umang Bhatnagar's user avatar
3 votes
2 answers
2k views

SimpleSAMLphp shows saml2-acs.php not found (error 404) when integrating with Microsoft Azure Directory SSO using SAML2

I have created a link from my web directory such that https://resolute.organization.in/sso points to the simplesaml directory /var/www/simplesamlphp/www My simpleSAML configuration page: The ...
Rahul Pal's user avatar
1 vote
0 answers
618 views

How to start with IDP init SSO flow in SimpleSAMLPhp + (Laravel App + SP)

I've setup SimpleSAMLPhp as IDP and SP (Laravel- SMAL2) in my Laravel App Now how do i start with the SSO process means what will be the login url? Will it be the same as given here https://...
Vishal's user avatar
  • 711
-1 votes
1 answer
140 views

How SAML 2.0 SSO can be done by Service provider for an existing IDP?

One of the IDP who has setup on SAML 2.0 . How as an SERVICE PROVIDER I should configure the SAML and send them a call back url so that my login page should be called by them
Ankita Singh's user avatar
0 votes
2 answers
2k views

How to setup SAML to mutiple domain?

I am learning about SAML and already read many articles and forums but I still having confusion about setup IdP. I am using "https://simplesamlphp.org/" For example, I have 3 websites "example.com", "...
Jaydp's user avatar
  • 1,039
0 votes
1 answer
438 views

Does simplesaml provide any API for IdP as it does for SP?

I know that SimpleSAML_Auth_Simple class is provided for SP side operations but I can't find the API for IdP side operations like assertion creation and sending the message to the SP's assertion ...
aks_Nin's user avatar
  • 157
0 votes
1 answer
266 views

SSO SAML2.0 implementation in PHP

So I am setting up an SSO implementation FROM my website TO another site. I understand how to build the requests and sign them and all of that stuff. What I am having trouble understanding is the ...
Abradolf Lincler's user avatar

15 30 50 per page