The Platform SSO is not calling /nonce at any time.
According to Apple's docs, the request for nonce will go to /token endpoint with grant_type=srv_challenge.
How is this server's implementation dealing with this?
From what I see, the grant_type=srv_challenge is going into the /token endpoint instead of /nonce endpoint, and token file doesn't know how to handle this.
The Platform SSO is not calling /nonce at any time.
According to Apple's docs, the request for nonce will go to /token endpoint with grant_type=srv_challenge.
How is this server's implementation dealing with this?
From what I see, the grant_type=srv_challenge is going into the /token endpoint instead of /nonce endpoint, and token file doesn't know how to handle this.