Hi,
I have a front end spring boot webserver. I have a client configured in okta with token_endpoint_auth_method as “private_key_jwt”. How can I implement a PKCE flow with this setup? Should I use OKTA sign in widget from the client side or delegate the same flow to the server? Also does okta spring boot support private_key_jwt?