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
- [ ] 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)
I am using .NET 5.0 and trying to validate the issuer. Do we have any samples doing this? I have not figure out how to get the service provider (IServiceProvider) in order to call GetRequiredService,
// Change the authentication configuration to accommodate the Microsoft identity platform endpoint (v2.0).builder.Services.AddOptions<JwtBearerOptions>(jwtBearerScheme).Configure<IServiceProvider,IOptionsMonitor<MicrosoftIdentityOptions>>((options,serviceProvider,microsoftIdentityOptionsMonitor)=>{
I am using .NET 5.0 and trying to validate the issuer. Do we have any samples doing this? I have not figure out how to get the service provider (IServiceProvider) in order to call GetRequiredService,
The text was updated successfully, but these errors were encountered: