Can SP be of .Net core and Idp of Asp.net

Hi Team,
I am very newbie to component space SAML. I may have very vague questions.
I was wondering can it be a case that Identity provider is a .Net Application and Service Provider is a .Net Core application.
If yes, then i will need documentation for it.

Thanks and Regards
Akanksha

Hi Akanksha,

Both SAML for ASP.NET and SAML for ASP.NET Core adhere to the SAML v2.0 specification so there are no inoperability issues. In fact, both products are being successfully used with all the major SAML offerings on the market.

Just ensure the SAML configuration is correct at both the identity provider and service provider.

I suggest following the example projects described in the Examples Guide for the two products. You can then modify the configuration of these examples to then SSO with the examples from the other product.

[quote]
ComponentSpace - 12/2/2021
Hi Akanksha,

Both SAML for ASP.NET and SAML for ASP.NET Core adhere to the SAML v2.0 specification so there are no inoperability issues. In fact, both products are being successfully used with all the major SAML offerings on the market.

Just ensure the SAML configuration is correct at both the identity provider and service provider.

I suggest following the example projects described in the Examples Guide for the two products. You can then modify the configuration of these examples to then SSO with the examples from the other product.
[/quote]

Thanks for the confirmation.
So in that scenario,
I can .initiateSsoAsync at service provider which is .netcore method and receive the SSO with .receiveSSO which is .net method at idp.

Regards

That’s correct.

[quote]
ComponentSpace - 12/2/2021
That's correct.
[/quote]

Ok thanks much. Let me try this again.

If you run into any issues, please enable SAML trace at both the IdP and SP and send the log files to support@componentspace.com.

SAML for ASP.NET Logging:
https://www.componentspace.com/Forums/17/Enabing-SAML-Trace

SAML for ASP.NET Core Logging:
https://www.componentspace.com/forums/7936/Enabling-SAML-Trace

[quote]
ComponentSpace - 12/2/2021
If you run into any issues, please enable SAML trace at both the IdP and SP and send the log files to support@componentspace.com.

https://www.componentspace.com/Forums/17/Enabing-SAML-Trace

https://www.componentspace.com/forums/7936/Enabling-SAML-Trace

[/quote]

Sure Thanks 👍🏻

You’re welcome.