Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
flytreeleft committed Feb 4, 2020
1 parent ac91f5d commit bd7b3b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* <p/>
* The header should be:
* <pre>
* X-Keycloak-Sec-Auth: &lt;username&gt;:&lt;access token&gt;
* X-Keycloak-Sec-Auth: &lt;username&gt;:&lt;auth token&gt;
* </pre>
* Or put username and auth token to the following headers:
* <pre>
* X-Auth-Username: &lt;username&gt;
* X-Auth-Token: &lt;access token&gt;
* X-Auth-Token: &lt;auth token&gt;
* </pre>
*/
public class KeycloakHttpHeaderAuthToken extends HttpHeaderAuthenticationToken {
Expand Down

0 comments on commit bd7b3b1

Please sign in to comment.