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

Incorrect reference for config attributes #2

Closed
lochiiconnectivity opened this issue Jul 21, 2016 · 0 comments
Closed

Incorrect reference for config attributes #2

lochiiconnectivity opened this issue Jul 21, 2016 · 0 comments

Comments

@lochiiconnectivity
Copy link
Contributor

The Web.config refers to both partnerCenter.domain and webPortal.domain as being of type AAD domain , which , as a casual user, I would assume is a string taking the format foo.onmicrosoft.com, but in fact this is an Identifier as opposed to a domain string.

The Source/PartnerCenter.CustomerPortal/App_Start/Startup.Auth.cs gives this away:

 if (userTenantId != ApplicationConfiguration.ActiveDirectoryDomain) 
 {

Will submit a pull to fix this.

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

2 participants