Capturing headers on sign-in

Hello,

One of our applications needs the ability to capture request headers sent during users oauth authorization flow.
As of now the only header which is captured and viewable in the Sign In Logs is the User-Agent

Is there any way to capture headers sent by the client during the oauth authorization flow?
The most preferred options would be:

  1. Capturing headers in the sign-in logs.
  2. Receiving a webhook during an authorization flow with the request headers.

Thanks in advance,
Yannay

Hello Yannay,

Not that I am aware of. You could enter a feature request at https://ideas.okta.com

If using a token inline hook you can access tothe query params that are sent as part of the /authorize call, if that is an option.

Thank You,