Cant Log in to Adobe Connect server using HTTP header authentication - Single Sign On
hi,
i want log in users login names (sso). think http header authentication way go.
i did doc says (http://help.adobe.com/en_us/connect/8.0/webservices/connect_8_webservices.pdf)
i added line custom.ini http_auth_header (http_auth_header=white50)
my web.xml fil contains filter settings below.
i requesting "https://example.com/api/xml?action=login&external-auth=use" http header (white50=adobe_connect_loginname).
but no-access error response ac server. not authenticate user login name without password.
could please.
web.xml:
---------------------------------------------------------------------------------------
<filter>
<filter-name>headerauthenticationfilter</filter-name>
<filter-class>com.macromedia.airspeed.servlet.filter.headerauthenticationfilter</filter-c lass>
<init-param>
<param-name>ignore-pattern-0</param-name>
<param-value>/api/</param-value>
</init-param>
<init-param>
<param-name>ignore-pattern-1</param-name>
<param-value>/common/</param-value>
</init-param>
<init-param>
<param-name>ignore-pattern-2</param-name>
<param-value>/servlet/gateway/</param-value>
</init-param>
<init-param>
<param-name>ignore-pattern-3</param-name>
<param-value>/servlet/mirror</param-value>
</init-param>
<init-param>
<param-name>ignore-pattern-4</param-name>
<param-value>/servlet/testbuilder</param-value>
</init-param>
<init-param>
<param-name>ignore-pattern-5</param-name>
<param-value>/main</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>headerauthenticationfilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
------------------------------------------
not sure if make difference, if using connect 8, correct document, if not, i'd use connect 9 document available here: http://www.adobe.com/devnet/adobeconnect.html
i don't think changed sso between versions, i'd have double check 100% sure.
More discussions in Connect General Discussion
adobe
Comments
Post a Comment