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

Cannot use package on localhost #6

Open
DanceParty opened this issue Feb 20, 2017 · 0 comments
Open

Cannot use package on localhost #6

DanceParty opened this issue Feb 20, 2017 · 0 comments

Comments

@DanceParty
Copy link

I am trying to login using this package on my project and am running into an error.

First of all, I believe the error to be with the length of the url paramaters passed back from Azure to my app. The length (I believe) is too long and results in my app freezing on the pop-up right before the login would have taken place.

I solved this issue in production by deploying my application with a web.config that contained the line

<security>
 <requestFiltering>
   <requestLimits maxQueryString="20000"/>
     <hiddenSegments>
       <remove segment="bin"/>
    </hiddenSegments>
  </requestFiltering>
</security>

The problem is, I don't know if it is possible to use a web.config with Meteor on local environment, or if there is any other way to solve this.

Thanks

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

1 participant