You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new project in . Net Core, SAML profile not available. Create a new project .Net Framework, SAML profile is available and it works like charm.
The text was updated successfully, but these errors were encountered:
At some point we hope to support the use of the SAML credential profiles in .NET Core environments, but we've not completed validation that all of the classes we use are available or have alternate workarounds. Last time we looked, prior to .NET Core going GA, some networking classes appeared to be absent.
We are doing some work on our credential classes so we'll take another look prior to finalizing the changes to see what, if anything, needs to be done (or can be done).
After a lot of debugging, I figured out, SAML profiles are not available in a .Net Core project whereas same is easily available in .Net Framework.
Is there a plan to support StoredProfileFederatedCredentials in .Net Core?
My experience:
Register profile using PowerShell as described here:
http://docs.aws.amazon.com/powershell/latest/userguide/saml-pst.html
Create a new project in . Net Core, SAML profile not available. Create a new project .Net Framework, SAML profile is available and it works like charm.
The text was updated successfully, but these errors were encountered: