You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some properties of OpenIdConnectOptions have default values, such as ResponseType,Scope,ResponseMode etc.
There are some problems with the current MergedOptions method.
Additional context / logs / screenshots
The text was updated successfully, but these errors were encountered:
Which version of Microsoft Identity Web are you using?
Note that to get help, you need to run the latest version.
1.11.0
1.10.0
Where is the issue?
Is this a new or an existing app?
The app is in development and I have upgraded to a new version of Microsoft Identity Web.
Repro
microsoft-identity-web/src/Microsoft.Identity.Web/WebAppExtensions/MicrosoftIdentityWebAppAuthenticationBuilderExtensions.cs
Lines 275 to 291 in 222e76a
microsoft-identity-web/src/Microsoft.Identity.Web/MergedOptions.cs
Lines 184 to 192 in 222e76a
Expected behavior
ResponseType should is
code id_token
Scope should is
openid profile email
Actual behavior
ResponseType should is
id_token
Scope should is
openid profile
Possible solution
Some properties of OpenIdConnectOptions have default values, such as ResponseType,Scope,ResponseMode etc.
There are some problems with the current MergedOptions method.
Additional context / logs / screenshots
The text was updated successfully, but these errors were encountered: