Skip to content

Quickstart documentation for authentication properties #25

@vcarlucci

Description

@vcarlucci

This issue is for a:

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

go to ReadMe

Expected/desired behavior

  • show for each authentication specific property listed in the files below, those relevant fields referencing the azure b2c portal (best would be a printscreen I think), so wrong setup of the project can be avoided.
  • Propertiy namings in the blazor project are difficult to find in azure because of different namings! This cuold be improved.
  • Proper understanding helps to improve security! Reading hundreds of pages of complex authentication docs from microsoft and azure is not practicable. Make setup as simple as possible with as less configuration as possible.

Affected project files:

WebApp-your-API/B2C/Client/appsettings.json

{
  "AzureAdB2C": {
    "Instance": "https://fabrikamb2c.b2clogin.com",
    "ClientId": "fdb91ff5-5ce6-41f3-bdbd-8267c817015d",
    "Domain": "fabrikamb2c.onmicrosoft.com",
    "SignedOutCallbackPath": "/signout/B2C_1_susi",
    "SignUpSignInPolicyId": "b2c_1_susi",
    "ResetPasswordPolicyId": "b2c_1_reset",
    "EditProfilePolicyId": "b2c_1_edit_profile",
    "ClientSecret": "X330F3#92!z614M4"
  },
...
{

WebApp-your-API/B2C/Client/blazorserver-client.csproj

...
    <UserSecretsId>aspnet-BlazorServer-262E896B-5298-4EF8-8C09-D6328097A1E7</UserSecretsId>
    <WebProject_DirectoryAccessLevelKey>0</WebProject_DirectoryAccessLevelKey>
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions