Hi Robertino,
I have a question if you can guide me for the solution:
I have three applications:
- Our own SSO that supports Authorization Code + PKCE
- A Client UI App
- A Client API App
The Client UI App authenticates through our SSO and interacts with the Client API App’s endpoints.
Now, if I want to implement Pushed Authorization Requests (PAR), where should I place the initial request to obtain the request_uri within this Client UI and API structure?
Since the PAR request to obtain the request_uri must be a back-channel request, where should it be initiated?