ElvisATX
5 years agoNew Contributor
How to add realm key to Authorization header
I am trying to add the realm key to the Authorization header.
Authorization: OAuth realm="3756461_SB1",oauth_consumer_key="abcdefg",oauth_token="hijklmn",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1594934754",oauth_nonce="KA5LacXTM3R",oauth_version="1.0",oauth_signature="x0ca%2F5rYCIk0vJYb3QH1ulEyQyE%3D"
I don't see a way to do this in the "Authenthentication and Security related settings" section of UI.
Any ideas?
Thanks!
- Hey ElvisATX,
yeah i wouldn't expect your nonce or signature parm values to be static. I assumed you'd need a bit of groovy to extract (nonce) and generate (signature) values
Ta
Rich