Certainly, here is the summary
OPENID CONNECT CLIENTS DETAILS
------------------------------
- **Name:** MyClient
- **Client ID:** client-id
- **Subject Type:** public
- **ClientSecret:** XXXXXXXXXXX
- **Application Type:** web
- **Persist Client Authorizations:** true
- **Pre-Authorization:** true
- **Authentication method for the Token Endpoint:** none
- **Logout Session Required:** false
- **Include Claims In Id Token:** false
- **Disabled:** false
- **Logout Redirect URIs:** [https://localhost:3000/logout-callback]
- **Login Redirect URIs:** [https://localhost:3000/silent-renew.html, https://localhost:3000/signin-callback]
- **Scopes:** [profile, openid, permission, email, user_name]
- **Grant types:** [authorization_code]
- **Response types:** [code, token, id_token]
I am using authorization_code grant and yes, code_challenge is being posted and &code_challenge_method=S256&response_mode=query, while callback is silent_renew.html which is being called, but with error=login_required.