Skip to content

Commit

Permalink
Adapt openid-test scenario to omit expires_in and access_token params (
Browse files Browse the repository at this point in the history
…#84)

Because of kiali/kiali#2954 and kiali/kiali#2925, OpenID should work even if `access_token` and `expires_in` parameters are not sent by the IdP.

This is adapting the openid-test scenario to make sure OpenId strategy works under this cases.
  • Loading branch information
israel-hdez authored Jul 17, 2020
1 parent 6e7debc commit d8a70fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions molecule/openid-test/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@
method: POST
body_format: form-urlencoded
body:
access_token: "{{ access_token }}"
expires_in: "{{ expires_in }}"
id_token: "{{ id_token }}"
token_type: "{{ token_type }}"
state: "{{ state }}"
Expand Down

0 comments on commit d8a70fa

Please sign in to comment.