Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML Profiles not available in .Net Core #496

Closed
rohits-dev opened this issue Nov 28, 2016 · 5 comments
Closed

SAML Profiles not available in .Net Core #496

rohits-dev opened this issue Nov 28, 2016 · 5 comments
Assignees
Labels
feature-request A feature should be added or improved.

Comments

@rohits-dev
Copy link

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.

@sstevenkang sstevenkang added .NET Core feature-request A feature should be added or improved. labels Dec 5, 2016
@stevejroberts
Copy link
Contributor

Hi,

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).

@cfbarbero
Copy link

+1

@rohits-dev
Copy link
Author

rohits-dev commented Feb 14, 2017

@steveataws can it be looked up again as now .net core is GA and they made a lot of progress, this should be viable now.

@wwilliams
Copy link

+1

@vellozzi vellozzi self-assigned this May 4, 2017
@vellozzi
Copy link
Contributor

vellozzi commented May 5, 2017

This has been added to our feature request list: https://github.com/aws/aws-sdk-net/blob/master/FEATURE_REQUESTS.md

@vellozzi vellozzi closed this as completed May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

6 participants