<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/discussions/f/plug-ins/21759/okta-is-not-able-to-verify-appian-using-event-hooks</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85177?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 18:18:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8cac3582-934e-4a62-b234-57a087e252fa</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;AFAIK there is no detailed logging in Appian by default. If required, you can open a support case and ask for assistance from the cloud team.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85175?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 17:32:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a8af312-2563-4176-8921-2d4b72222538</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1630344635132v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Above screen is Okta where i am passing Option 1 which working. But since i don&amp;#39;t know what request i am getting can&amp;#39;t filter the verification values&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Appian-API-Key Header:&lt;/strong&gt;&lt;br /&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;curl&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://example.appian.com/suite/webapi/endpoint"&gt;example.appian.com/.../endpoint&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;-H &amp;quot;Appian-API-Key: ${API_KEY}&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;strong&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;is there any way to log the Get request in APPIAN ??&amp;nbsp;&lt;/code&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85174?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 17:27:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f25f5f9f-9137-47d5-8db5-36439586ab58</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I know. Appian is very specific about this. When you use the header &amp;quot;&lt;span&gt;Authorization&lt;/span&gt;&amp;quot;, you must adhere to this&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Appian-API-Key Header:&lt;/strong&gt;&lt;br /&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;curl &lt;a href="https://example.appian.com/suite/webapi/endpoint"&gt;example.appian.com/.../endpoint&lt;/a&gt; -H &amp;quot;Appian-API-Key: ${API_KEY}&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Bearer Token Header:&lt;/strong&gt;&lt;br /&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;curl &lt;a href="https://example.appian.com/suite/webapi/endpoint"&gt;example.appian.com/.../endpoint&lt;/a&gt; -H &amp;quot;Authorization: Bearer ${API_KEY}&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Basic Authentication Header (with null username):&lt;/strong&gt;&lt;br /&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;curl -u :${API_KEY} &lt;a href="https://example.appian.com/suite/webapi/endpoint"&gt;example.appian.com/.../endpoint&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Basic Authentication Header (with null password):&lt;/strong&gt;&lt;br /&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;curl -u ${API_KEY}: &lt;a href="https://example.appian.com/suite/webapi/endpoint"&gt;example.appian.com/.../endpoint&lt;/a&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I mean the colon before or after the key.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85173?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 17:27:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d91f9616-4a54-496d-8969-0f15c4f2c7cf</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;Is there any way to log request in appian ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85172?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 17:15:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aff4056d-9c64-4fc8-95e9-8d2003c2c57f</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1630343750569v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85171?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 17:11:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d73be8e2-d66e-41b2-a85d-848b557b32d7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Can you change the header name for authentication, OKTA is using to &amp;quot;&lt;span&gt;Appian-API-Key&amp;quot;?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85170?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 17:05:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37080438-59fd-497b-8217-ee01de64e874</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;Okay This i was testing as i have not checked the box .. so it inot giving the value&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But ideally Scenario&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In get call OKTA is going to send the&amp;nbsp;&lt;span&gt;x-okta-verification-challenge :&amp;lt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Which needs to be send in the request Body of the Get call .{as per the okta document&amp;nbsp;&lt;a href="https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request"&gt;https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request&lt;/a&gt;&amp;nbsp;}&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85169?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 17:02:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c05faa87-1703-48ed-81d7-eb897890e64b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1630342926966v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85168?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 16:43:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32477ade-3a41-42a9-aa2b-99f327a3a7d0</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;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 .&lt;/p&gt;
&lt;p&gt;Is that answered your question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85167?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 16:20:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2942b471-3016-4268-a284-c2d6bb2b4e7c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;What I mean is that in your Postman screenshot, the GET does not show the validation value in the returned body.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85165?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 16:18:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:64c2ab25-fbe3-4f99-8a51-23775adec284</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;Yes OKTA and APPIAN not able verify each other .. even I am trying as per the document.&lt;/p&gt;
&lt;p&gt;Any suggestion can help. Any alternative to get the logs may help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85164?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 16:15:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:65014398-0b8d-475a-aaa6-ab2d4ef67989</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK. That GET does not return the verification value.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85161?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 15:29:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62b8e2c5-832a-4358-8b1a-5da2b8b32834</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;Yes Both are listening to same endpoint and security we are using API Key .&lt;/p&gt;
&lt;p&gt;Also we have verified everything from SoapUI and Postman.&lt;/p&gt;
&lt;p&gt;Get&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1630337325891v1.png" alt=" " /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Post&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1630337374415v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85160?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 15:25:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:da08ebfc-ade4-4610-8446-44482c80903e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Are both APIs (POST/GET) listening on the same endpoint? How is the security setup? Did you test using Postman?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85159?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 15:21:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20800cbd-daae-40f5-b8b5-5b8f2551d73b</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;Yes I Have ,&lt;/p&gt;
&lt;p&gt;One is Get Method&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1630336684042v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There is another API POST method&amp;nbsp;&lt;/p&gt;
&lt;p&gt;AS Per Okta Documentation&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/19/pastedimage1630336800366v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Since not able to debug , as not able to see the request/response from both end products ..facing challenge .&lt;/p&gt;
&lt;p&gt;becasue OKTA is just saying verification value from response&amp;nbsp; is not correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85157?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 15:13:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2857e144-5723-41cd-bc76-05e20e6c5514</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you create an extra API according to the OKTA documentation? I do not have any experience with OKTA, but the documentation seems pretty good.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85156?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 15:09:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2b8db659-dfdb-44f6-9da8-b2bb505910af</guid><dc:creator>viveks0005</dc:creator><description>&lt;p&gt;@stefan Helzle&amp;nbsp;&amp;nbsp;We verified the logs but can&amp;#39;t see the request /response ,neither able to print the logs. &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: OKTA is not able to verify APPIAN using event Hooks.</title><link>https://community.appian.com/thread/85141?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 13:25:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e370c81e-25d6-47b6-b5e9-263e07499d3b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you check the logfile tomcat-access?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>