Skip to content

bug fixes and minor edits #73

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

Merged
merged 5 commits into from
Apr 4, 2019
Merged

bug fixes and minor edits #73

merged 5 commits into from
Apr 4, 2019

Conversation

kalyankrishna1
Copy link
Contributor

Purpose

  • ...

Does this introduce a breaking change?

[ ] Yes
[ X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[X ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@kalyankrishna1 kalyankrishna1 requested a review from jmprieur March 26, 2019 07:46
Copy link
Contributor

@jmprieur jmprieur left a comment

Choose a reason for hiding this comment

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

@kalyankrishna1 : this is mostly good.
A couple of typos, things to change.
A question.

@@ -127,9 +127,10 @@ Function ConfigureApplications


# Update config file for 'webApp'
$commonendpoint = "common"
Copy link
Contributor

@jmprieur jmprieur Apr 4, 2019

Choose a reason for hiding this comment

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

What is the point, @kalyankrishna1 ?
also this is not an endpoint? more a peuso-tenant? #Resolved

Copy link
Contributor Author

Choose a reason for hiding this comment

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

unless I do this, running the powershell script would not place this value in the appsettings.json. Tried a few approaches, this finally seemed to work. I was surprised , but well this worked.


In reply to: 272026301 [](ancestors = 272026301)

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to update the code generator @kalyankrishna1 ?


![Sign in with Azure AD](ReadmeFiles/sign-in.png)

> This is the first phase of a set of tutorials. Once you understand how to sign-in users in an ASP.NET Core Web App with Open Id Connect, can can learn how to enable your [Web App to call a Web API on behalf of the signed-in user](../../2-WebApp-graph-user)
> This is the first chapter of a set of tutorials. Once you understand how to sign-in users in an ASP.NET Core Web App with Open Id Connect, can can learn how to enable your [Web App to call a Web API on behalf of the signed-in user](../../2-WebApp-graph-user)
Copy link
Contributor

@jmprieur jmprieur Apr 4, 2019

Choose a reason for hiding this comment

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

excellent. that's the word I was looking for! #Resolved

> Tip: If you register your apps with the scripts, to get directly to the app registration portal page for a give app, you can navigate to the links provided in the [AppCreationScripts\createdApps.html](AppCreationScripts\createdApps.html). This file is generated by the scripts during the app registration and configuration.

4. Open the Visual Studio solution and click start. That's it!
4. Once you've run the script, please ensure that you've followedthe following manual steps. Azure AD PowerShell does not yet create an app whose audience is `Work or School + personal accounts`. This audience setting is possible from the Azure portal:
Copy link
Contributor

@jmprieur jmprieur Apr 4, 2019

Choose a reason for hiding this comment

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

there is a typo (follwedthe) #Resolved

- search for **signInAudience** and make sure it's set to **AzureADandPersonalMicrosoftAccount**
- Select **Save**

> Tip: If you register your apps with the scripts, to get directly to the app registration portal page for a give app, you can navigate to the links provided in the [AppCreationScripts\createdApps.html](AppCreationScripts\createdApps.html). This file is generated by the scripts during the app registration and configuration.
Copy link
Contributor

Choose a reason for hiding this comment

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

where has the Tip gone?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its right there !


In reply to: 272026602 [](ancestors = 272026602)

@@ -127,9 +127,10 @@ Function ConfigureApplications


# Update config file for 'webApp'
$commonendpoint = "common"
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to update the code generator @kalyankrishna1 ?

@jmprieur jmprieur merged commit 17afd4b into master Apr 4, 2019
@kalyankrishna1 kalyankrishna1 deleted the kkrishna/1-1 branch April 11, 2019 08:18
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