Hi All,
OKTA is not able to verify APPIAN using event Hooks?
we have create get and post api in Appian ,but still its not able to connect . I think missing very small part.
Did any one connected earlier then please help
Discussion posts and replies are publicly visible
Did you check the logfile tomcat-access?
@stefan Helzle We verified the logs but can't see the request /response ,neither able to print the logs.
Yes Both are listening to same endpoint and security we are using API Key .
Also we have verified everything from SoapUI and Postman.
Get
Post
OK. That GET does not return the verification value.
Yes OKTA and APPIAN not able verify each other .. even I am trying as per the document.
Any suggestion can help. Any alternative to get the logs may help.
What I mean is that in your Postman screenshot, the GET does not show the validation value in the returned body.
From OKTA request it will be sending the verification code. So for testing i was checking the value and it is working as per the requirement. But not from OKTA .
Is that answered your question.
Okay This i was testing as i have not checked the box .. so it inot giving the value
But ideally Scenario
In get call OKTA is going to send the x-okta-verification-challenge :<>
Which needs to be send in the request Body of the Get call .{as per the okta document https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request }
Can you change the header name for authentication, OKTA is using to "Appian-API-Key"?
Is there any way to log request in appian ?