[
https://issues.apache.org/jira/browse/KNOX-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17832873#comment-17832873
]
ASF subversion and git services commented on KNOX-3014:
-------------------------------------------------------
Commit 1916717 from Sandeep More
[ https://svn.apache.org/r1916717 ]
KNOX-3015 KNOX-3014 - Document path based authorization feature and
Unauthenticated paths support for Shiro provider
> Unauthenticated paths support for Shiro provider
> ------------------------------------------------
>
> Key: KNOX-3014
> URL: https://issues.apache.org/jira/browse/KNOX-3014
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Sandeep More
> Assignee: Sandeep More
> Priority: Major
> Fix For: 2.1.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Looks like we have only support unauthenticated paths for
> * JWTProvider
> * HadoopAuthProvider
> * SSOCookieProvider
> Shiro auth provider does not have support for unauthenticated path parameter.
> see KNOX-2582 and KNOX-2393
> This can be enabled by adding the following param to Shiro authentication
> provider
> {code:java}
> <param>
> <name>urls./knoxtoken/api/v1/jwks.json</name>
> <value>anon</value>
> </param>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)