Questions tagged [single-sign-on]
Single sign-on, a system for sharing authentication credentials between different systems
7,164
questions
0
votes
0
answers
19
views
How to invoke web request for Single Sign On (SSO) authentication via powershell
I was trying to download a file from an URL which required users login with SingleSignOn (SSO). The URL is a website using SAML authentication method. Is there anyway I can do in the script to ...
0
votes
0
answers
14
views
How to share cookies between in-app browser and React Native (iOS)?
I am trying to implement SSO in a mobile app.
I am using react-native-inappbrowser-reborn to handle the SSO auth flow in an in-app browser. I can successfully authenticate inside the in-app browser. ...
0
votes
0
answers
13
views
Unable to set up single sign on for enterprise application in Azure AD
We installed an enterprise application through the Azure AD App Gallery. But when we try to config the Single Sign-on, it keeps saying:
The single sign-on configuration is not available for this ...
0
votes
1
answer
17
views
Certificates for Oauth2 Private key client credentials
I have an application that offers SSO log in through OAuth 2.0 for my customers.
So far, I am using Shared secret client credential, but I now want to support Private key client credentials, and am ...
0
votes
1
answer
45
views
AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption - Published on Azure
I like to get MSAL Authentication running when i hosted my app on Azure.
I get the folowing screen when i publish my Blazor WASM App on Azure as WebApp.
Error screen
If i debug with localhost all ...
0
votes
0
answers
16
views
Single logout issue with Shibboleth IdP proxy
I have the following setup:
Application <-> My Shibboleth IdP <-> Azure IdP
Shibboleth is acting like a service provider to Azure IdP but it is actually an IdP.
I followed this article. ...
-2
votes
0
answers
8
views
How to configure SSO (ADFS 2.0) with SAML 2.0 SP Metadata
My client sent me DOMAIN-sp.xml metadata document to setup a trusted federation. I could not find and resource that explains how to setup the SSO with the meatdata document
Can you direct me please
-1
votes
0
answers
13
views
Kerberos trust across domains
I am very very new to AD. We have requirement to configure SSO using cybersafe trustbroker software for SAP servers.
The thing is we have users in example.com and the SAP servers are on itinfra....
0
votes
1
answer
29
views
.NET form authentication along side with OpenIDConnect is it possible
We have a legacy .NET WebForm Saas application that uses .NET Framework 4.7.2 and authentication logic via the legacy web form authentication against local SQL database. It tracks the authenticated ...
0
votes
0
answers
26
views
Shibboleth Integration Overview
I have undertaken a project to setup Shibboleth that will allow for smart card authentication with our Netapp storage.
So far I have stood up a 2019 Windows Server. Placed Java JRE and configured ...
0
votes
0
answers
20
views
Get SP & IDP metadata from database in place of file system
Currently in Spring SAML 2.0, i get metadata from file system but now need to get from database so that no need to create war file again & again .
If anybody did the same , please help me on it
0
votes
0
answers
14
views
Generating a Token for SSO and Redirecting to URL on Button Click in ASP.NET MVC
I am working on a Single Sign-On project in ASP.NET MVC. What I need to happen is that every time the user clicks the button, a new token is generated and the member is redirected to the SSO URL in a ...
0
votes
1
answer
22
views
SP Initiated SSO With Google as the IdP using x.509 Cert: null. That's an error
I have successfully set up SP Initiated SSO with Microsoft, Auth0, and others. However I have searched, dare I say scoured, the internet to find what the following error means when sending a request ...
0
votes
0
answers
21
views
Sending JWT Token in URL in wordpress
Suppose this is situation:
the Login Url you have entered in SSO setup is https://mywordpressite.com/login. We would hit this Url with the returnurl parameter in the following way: https://...
0
votes
0
answers
36
views
sending keycloak refresh_token via url params to iframe
I am working on an Angular app with keycloak.js and keycloak-angular and I am having issues getting access to the keycloak refresh-token.
I embed an iframe from another project that requires me to ...