Skip to content

Commit

Permalink
Fix failing Travis jobs (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Slump committed Nov 27, 2018
1 parent 2557169 commit 2c276e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/keycloak/openid_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ def token_exchange(self, **kwargs):
Token exchange is the process of using a set of credentials or token to
obtain an entirely different token.
http://www.keycloak.org/docs/latest/securing_apps/index.html#_token-exchange
http://www.keycloak.org/docs/latest/securing_apps/index.html
#_token-exchange
https://www.ietf.org/id/draft-ietf-oauth-token-exchange-12.txt
:param subject_token: A security token that represents the identity of
Expand Down

0 comments on commit 2c276e5

Please sign in to comment.