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

Phase 1.5 (B2C) in the tutorial #116

Merged
merged 9 commits into from
Jul 3, 2019
Merged

Conversation

TiagoBrenck
Copy link
Contributor

Purpose

Issue: #112
Phase 1.5 to the tutorial to show how to sign-in users with social identities or local identities with Azure AD B2C

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

How to Test

  • Get the code
  • Follow the Readme.md steps to create your Azure B2C

What to Check

Verify that the following are valid

  • Test if you can sign-up then sign-in

Other Information

Tiago Brenck added 3 commits June 13, 2019 10:06
- Updated README
- Added StartupB2CHelpers on library project
@jennyf19
Copy link
Contributor

jennyf19 commented Jun 14, 2019

using Microsoft.AspNetCore.Authentication;

license info? #Resolved


Refers to: 1-WebApp-OIDC/1-5-B2C/Controllers/AuthController.cs:1 in 08520ef. [](commit_id = 08520ef, deletion_comment = False)

</h1>
<p>
This sample shows how to build a .NET Core 2.2 MVC Web app that uses OpenID Connect to sign in users in your organization. It leverages the ASP.NET Core OpenID Connect middleware.
This sample shows how to build a .NET Core 2.2 MVC Web app that uses OpenID Connect to sign in users in B2C. It leverages the ASP.NET Core OpenID Connect middleware.
Copy link
Contributor

@jennyf19 jennyf19 Jun 14, 2019

Choose a reason for hiding this comment

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

B2C [](start = 108, length = 3)

they are signing in w/a variety of IdPs...so maybe reword this somehow to include that? #Resolved

Copy link
Contributor

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

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

:shipit:


This sample shows how to build a .NET Core 2.2 MVC Web app that uses OpenID Connect to sign in users in **Azure AD B2C**. It assumes you have some familiarity with **Azure AD B2C**. If you'd like to learn all that B2C has to offer, start with our documentation at aka.ms/aadb2c.

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

Choose a reason for hiding this comment

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

sign-in.png [](start = 37, length = 11)

This needs updating, should show Azure AD B2C instead of Azure AD

Copy link
Contributor

@kalyankrishna1 kalyankrishna1 left a comment

Choose a reason for hiding this comment

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

🕐

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.

@TiagoBrenck
I'm confused about why you have re-added a couple of things which seem to be in ASP.NET already
Don't hesitate to ping me if you want to discuss this.
cc: @jennyf19 @kalyankrishna1

Microsoft.Identity.Web/B2CStartupHelper.cs Outdated Show resolved Hide resolved
1-WebApp-OIDC/1-5-B2C/Controllers/AuthController.cs Outdated Show resolved Hide resolved
@kalyankrishna1 kalyankrishna1 dismissed their stale review June 28, 2019 19:59

revoking review

Copy link
Contributor

@kalyankrishna1 kalyankrishna1 left a comment

Choose a reason for hiding this comment

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

:shipit:

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.

LGTM.
Thanks @TiagoBrenck

@jmprieur jmprieur merged commit 96c0b77 into tibre/1_5_B2C Jul 3, 2019
@TiagoBrenck TiagoBrenck mentioned this pull request Jul 3, 2019
@TiagoBrenck TiagoBrenck deleted the tibre/1_5_B2C_Code branch July 4, 2019 18:01
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.

4 participants