Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Difference between the 'default' and the 'pseudo' identity assertion provider in knox topology?

avatar
Explorer

What is the difference between the 'default' and the 'pseudo' identity assertion provider in the knox topology and when you you use one over the other?

<provider>
 <role>identity-assertion</role>
 <name>Pseudo</name>
 <enabled>true</enabled>
...
 </provider>
<provider>
    <role>identity-assertion</role>
    <name>Default</name>
    <enabled>true</enabled>
...
</provider>

Thks, matts

1 ACCEPTED SOLUTION

avatar

The 'Pseudo' identity assertion provider was renamed to 'Default' in KNOX-425 and KNOX-426. The 'Pseudo' provider is still supported for backwards compatibility.

View solution in original post

4 REPLIES 4

avatar

The 'Pseudo' identity assertion provider was renamed to 'Default' in KNOX-425 and KNOX-426. The 'Pseudo' provider is still supported for backwards compatibility.

avatar
Explorer

avatar

Thanks @matts, we'll raise this with the docs team.

avatar
Explorer

Just to add to the posted information, the updated apache docs for this are here http://knox.apache.org/books/knox-0-11-0/user-guide.html#Default+Identity+Assertion+Provider