dan-giddins

Results 17 comments of dan-giddins

I have updated my PR #968 off the current master branch, and managed to get it working again.

@jmprieur no worries! I just thought I would make this option available to possibly make things easier, as I realise there is quite a lot of stuff in the other...

@jmprieur I've returned to a Blazor project with a need for separate sign up/sign in user flow, and would love to see this feature added to the core libs (so...

~~After merging from master, I now get the following error: `IOException: IDX20807: Unable to retrieve document from: 'https://login.microsoftonline.com/.onmicrosoft.com/B2C_1_SignUpSignIn/v2.0/.well-known/openid-configuration'. HttpResponseMessage: 'StatusCode: 404`. This happens even when going down the `MicrosoftIdentity/Account/SignUp` link.~~...

Okay, it looks like the core issue is that `OpenIdConnectOptions.Authority` is set in the action that is passed to `builder.Services.AddOptions` in `AddMicrosoftIdentityWebAppInternal()`. This however is evaluated at the start of...

A lot of my previous comments are moot, as the `IOptionsMonitor` injected into `AccountController` doesn't seem to have either an `Authority` value, or any of the user flow policy ids...

@jmprieur I have managed to get it working, but I have no idea if the architecture is appropriate (it probably isn't). I have added the mapping logic for the policy...

> @dan-giddins : do you want to provide a test app? or maybe update this project? https://github.com/AzureAD/microsoft-identity-web/tree/master/tests/B2CWebAppCallsWebApi/Client @jmprieur I have just added the new login buttons to the `B2CWebAppCallsWebApi` app....

@jennyf19 Fair enough. I found this work useful when I was working on a project, so I might come back to my branch one day.