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

Fixed login_hint in some enterprise authorize call scenarios #1460

Merged
merged 3 commits into from
Aug 7, 2018

Conversation

cocojoe
Copy link
Member

@cocojoe cocojoe commented Aug 6, 2018

Ensure the supplied login_hint is used over any default auth/params
Fixes: #1426

@@ -58,14 +58,29 @@ class Auth0APIClient {
}

logIn(options, authParams, cb) {
debugger;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this 😬

});

if (options.login_hint) {
loginOptions.login_hint = options.login_hint;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cocojoe cocojoe force-pushed the fixed-login-hint-enterprise branch from f6d9e8f to 8da77e5 Compare August 6, 2018 17:10
@cocojoe
Copy link
Member Author

cocojoe commented Aug 6, 2018

Formatting changes are from the lint that runs as part of the commit process.

@@ -1,4 +1,5 @@
import { setURL } from 'testUtils';
import { equal } from 'assert';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

@luisrudge luisrudge merged commit a2d51ab into master Aug 7, 2018
@luisrudge luisrudge deleted the fixed-login-hint-enterprise branch August 7, 2018 14:44
@luisrudge luisrudge added this to the v11.9.0 milestone Aug 8, 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

Successfully merging this pull request may close these issues.

2 participants