[ ] I'm not interested in submitting a pull request and understand that this provider may not be fixed in the near future without my contribution.
Version
5.7.0
Provider name
OAuth 2.0/OpenID
Describe the bug
Hello, good morning, I hope you are well. I would like to see if you can support me. I have been working on a project with openiddict to protect all the applications I develop. I was looking at some documentation and the projects they have for the following structure: The server, Client, Api. The first project I set up works fine with introspection, the client communicates correctly with the API, but the second client does not arrive authenticated to the API, that is, the client in Angular is authenticated correctly, but when I want to consume I do not have any response or log, to save the error. Can you help me if I am missing any settings? Use similar settings to avoid differences, you will not be able to detect the problem. Or Some different way to establish that communication. I would appreciate your support. I share my configurations.
Personal contribution
Version
5.7.0
Provider name
OAuth 2.0/OpenID
Describe the bug
Hello, good morning, I hope you are well. I would like to see if you can support me. I have been working on a project with openiddict to protect all the applications I develop. I was looking at some documentation and the projects they have for the following structure: The server, Client, Api. The first project I set up works fine with introspection, the client communicates correctly with the API, but the second client does not arrive authenticated to the API, that is, the client in Angular is authenticated correctly, but when I want to consume I do not have any response or log, to save the error. Can you help me if I am missing any settings? Use similar settings to avoid differences, you will not be able to detect the problem. Or Some different way to establish that communication. I would appreciate your support. I share my configurations.
Resource_server_1 is the one that is working
To reproduce
builder.Services.AddOpenIddict() .AddValidation(options => { // Note: the validation handler uses OpenID Connect discovery // to retrieve the issuer signing keys used to validate tokens. options.SetIssuer("https://localhost:7180/"); options.AddAudiences("resource_server_2");
``
clients
Exceptions (if any)