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

Feature Request - Add Identity Provider in Auth Builder #494

Closed
faizanmirza opened this issue Jul 12, 2018 · 2 comments
Closed

Feature Request - Add Identity Provider in Auth Builder #494

faizanmirza opened this issue Jul 12, 2018 · 2 comments

Comments

@faizanmirza
Copy link
Contributor

In current aws-android-sdk-cognitoauth Auth builder, do not have identity provider parameter due to this i am unable to set identity provider directly. I have looked into Auth.java class but key was not found. Similarly parameter identity provider is available on web and ios project.
Any idea when a patch going to be released for android?

Auth.Builder builder = new Auth.Builder();
builder.setAppClientId(cognitoClientId)

       .setAppCognitoWedDomain(cognitoAuthWebDomian)

       .setSignInRedirect(signInRedirectUri)

       .setSignOutRedirect(signOutRedirectUri);
@scb01
Copy link
Contributor

scb01 commented Jul 14, 2018

@faizanmirza
I have added your request to the team's backlog. We will reply back on this thread once we get an update about whether the request has been priortized, ETA etc.

@minbi
Copy link
Contributor

minbi commented Aug 1, 2018

Closing in favor of #495 Thanks for the pull request.

@minbi minbi closed this as completed Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants