-
Notifications
You must be signed in to change notification settings - Fork 242
Jmprieur/add ciam dev apps #2399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- the CIAM authority is propagated to the options - it's a v2.0 authority for JwtBearer - The metadata endpoint is computed, including when extra query parameters.
...soft.Identity.Web/WebApiExtensions/MicrosoftIdentityWebApiAuthenticationBuilderExtensions.cs
Show resolved
Hide resolved
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.10" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll address this later (with the fact that it's still using IDownstreamWebApi. It's straight from the project templates)
jennyf19
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
|
not a fan of adding more dev apps, but I understand why :) |
…ions> are done (that is in the JwtBearerOptionsMerger, which is a PostConfigure Fixed a flaky test Added code to initialize Playwright
We need to catch regressions |
|
@westin-m, @JoshLozensky anybody else want to review? |
Add CIAM samples and fix web API authority