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

Fixes corporate network connection usage #594

Merged
merged 1 commit into from
Sep 13, 2016
Merged

Conversation

CriGoT
Copy link
Contributor

@CriGoT CriGoT commented Sep 5, 2016

Improves handling of the format sent by the server using and AD connection with Kerberos authentication.

When connecting from a corporate network a user can choose to connect using Kerberos or certificate authentication. In any of these cases lock relies in information provided by the server to validate that the user is in a corporate network and to obtain the name and strategy of the connection associated with the network.

However, the format of the information is flat inside the sso object and not in the connection format used in other cases. The fix manages the flat format and creates a temporary object with the known format to allow KerberosScreen to work as expected.


Improves handling of the format sent by the server using and AD connection with Kerberos authentication.

When connecting from a corporate network a user can choose to connect using Kerberos or certificate authentication. In any of these cases lock relies in information provided by the server to validate that the user is in a corporate network and to obtain the name and strategy of the connection associated with the network. 

However, the format of the information is flat inside the `sso` object and not in the connection format used in other cases. The fix manages the flat format and creates a temporary object with the known format to allow `KerberosScreen` to work as expected.
@cristiandouce cristiandouce changed the title Fixes corporate network connection usage. Closes #590 Fixes corporate network connection usage Sep 12, 2016
@cristiandouce cristiandouce merged commit 17c3624 into auth0:master Sep 13, 2016
@hzalaz hzalaz modified the milestone: v10.3.0 Sep 19, 2016
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.

v10: KerberosScreen failing on internal Network
3 participants