Skip to content

dwithnall/b2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

B2C Login

The intention is to have 2 flows.

Curent implementation is here https://bspspa-preprod-c4ewe2a2ekf5c0dt.a02.azurefd.net/

  1. SSO using Azure Entra ID

    • On first login, users are prompted to enter
      • Firstname
      • Lastname
      • DisplayName
  2. Self Managed using B2C

    1. Users can register themselves, however the domains allowed to registered are restricted
      • As part of testing, *@gmail.com is allowed.
    2. Users are required to enter
      • Firstname
      • Lastname
      • DisplayName
    3. Email MFA is required for both
      • registering, and
      • login

Current state

The SSO is working, users can register and login as expected.

The Self Managed registration appears to work fine.

  • Users who attempt to register with the wrong email address are rejected
  • User accounts are created successfully in the B2C service with all required claims

When a self manager user attempt to login, they are always rejected with the error Invalid username or password

Flow

Immediate concerns

Being able to login

Nice to have

  • SSO Claims are automagically populate one registering
  • Self Managed DisplayName created from FirstName and LastName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published