Hello Forum Members,
I hope this message finds you well.
I am currently working on integrating Identity Server with Shiny Proxy for authentication purposes. While I have successfully configured the basics, I’m facing a challenge regarding the passing of acr_values
.
In the application.yml
configuration file of Shiny Proxy, I’ve specified the necessary OpenID Connect endpoints (auth-url
, token-url
, jwks-url
), client ID, and client secret provided by Identity Server. However, I couldn’t find clear documentation on how to pass acr_values
in the authentication process.
Could someone please provide guidance or share any insights on how to include acr_values
in the OpenID Connect authentication flow with Shiny Proxy? Any examples or documentation references would be greatly appreciated.
Thank you in advance for your assistance.