openid/AppAuth-Android

how to do pkce exchange

octavianionel-flyability opened this issue · 0 comments

Configuration

  • Version: 0.11.1
  • Integration: Java/Kotlin
  • Identity provider: Okta

Description

How to add PKCE to the /authorize requests and sending the same code to the /token endpoint?
I am not sure how to have a code challenge on the /authorize requests, and sending the same code to the /token endpoint.
Many thanks