Azure-Samples / Azure-Samples/ms-identity-blazor-server

Quickstart documentation for authentication properties

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
57
Forks
34
PR merge metrics
No merged PRs in 30d

Description

### 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](https://github.com/Azure-Samples/ms-identity-blazor-server/blob/732d7e3109e03127034edc284841e73701816245/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](https://github.com/Azure-Samples/ms-identity-blazor-server/blob/732d7e3109e03127034edc284841e73701816245/WebApp-your-API/B2C/Client/blazorserver-client.csproj)

```
...
aspnet-BlazorServer-262E896B-5298-4EF8-8C09-D6328097A1E7
0
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.