Description
There are actually six occurrences of the following characters through the User Guide.
’
If you want to use the newly implemented database token management, you’ve to set gateway.service.tokenstate.impl in gateway-site.xml to org.apache.knox.gateway.services.token.impl.JDBCTokenStateService.
If your database requires user/password authentication, the following aliases must be saved into the Knox Gateway’s credential store (__gateway-credentials.jceks):
JWT token - this is the serialized JWT and is fully compatible with the old-style Bearer authorization method. Clicking the JWT Token label on the page will copy the value into the clipboard. You might want to use it as the ‘Token’ user:
Passcode token - this is the serialized passcode token, which you can use as the ‘Passcode’ user (Clicking the Passcode Token label on the page will copy the value into the clipboard):
REMOVE_OLDEST - if that’s configured, the oldest token of the user, who the token is being generated for, will be removed
RETURN_ERROR - if that’s configured, Knox will return an error response with 403 error code (as it did in previous versions)