-
Hi everyone. Have a question.
I have 'api/saml' route it's redirect me to my saml server, when I press singIn button, it's redirect me to /Saml2/Acs
library handle this request and then somehow send…
-
Hello I have a IdentityServer4 that is working as a Service provider, I am currently using Saml2.AspnetCore2 version 2.8. I am trying to register multiple Saml2 schemes in startup to be able to use mu…
-
### Information needed
1. What nuget packages are you using
``
2. What is the expected behaviour
Not to get the error message and to login normal.
3. What happens instead. In the case of an…
-
I have a test application working with Saml2.AspNetCore2 (2.8.0).
Everything works fine with
options.IdentityProviders.Add(
new IdentityProvider(
new Entit…
-
### Information needed
Sustainsys.Saml2 - 2.4.0
Should run without null reference exceptions.
Either require SPOptions Logger or null check because it causes null reference exceptions
Issue #731…
-
InvalidOperationException: Sequence contains no elements
System.Linq.ThrowHelper.ThrowNoElementsException()
System.Linq.Enumerable.Single(IEnumerable source)
Sustainsys.Saml2.IdentityProvider.ReadM…
-
Hi there,
We are dynamically loading in Identity Providers on the fly using the Notification callbacks `SetIdentityProvider` and `GetIdentityProvider` so that the right provider is used just in tim…
-
### Information needed
1. What nuget packages are you using
2.8.0
2. What is the expected behaviour
3. What happens instead. In the case of an exception, this includes the exception typ, complet…
-
* Your **ABP Framework version**.
4.3.3
* Your **User Interface** type (Angular/MVC/React... etc.) if the issue is related to a specific UI
Blazor server
* Your database provider(EF Core/MongoDB)
…
-
I've been integrating SAML into our Idp, which uses Identity Server 4.
I have used your solution for the SAML2 part. The structure is pretty simple:
1. an Idp (Identity Server 4), which is targe…