@@ -13,7 +13,7 @@ Feature: Test tutorial 403.Securing application access
1313 Given I set "ClientID" to "tutorial-dckr-site-0000-xpresswebapp"
1414 And I set "ClientSecret" to "tutorial-dckr-site-0000-clientsecret"
1515 When I calculate the base64 of this ClientId and ClientSecret
16- Then I obtain the value "dHV0b3JpYWwtZGNrci1zaXRlLTAwMDAteHByZXNzd2ViYXBwOnR1dG9yaWFsLWRja3Itc2l0ZS0wMDAwLWNsaWVudHNlY3JldAo =="
16+ Then I obtain the value "dHV0b3JpYWwtZGNrci1zaXRlLTAwMDAteHByZXNzd2ViYXBwOnR1dG9yaWFsLWRja3Itc2l0ZS0wMDAwLWNsaWVudHNlY3JldA =="
1717
1818 Scenario : 01 - Logging-in with a password
1919 When I set the Authorization header token with the calculated value
@@ -24,7 +24,7 @@ Feature: Test tutorial 403.Securing application access
2424 And I send a POST HTTP request to that url
2525 Then I receive a HTTP "200" status code from Keyrock with the following data
2626 | access_token | token_type | expires_in | refresh_token |
27- | any | Bearer | 3599 | any |
27+ | any | bearer | 3599 | any |
2828
2929 Scenario : 02 - Retrieving user details from an access token
3030 When I set the the user url with the previous access_token
@@ -40,7 +40,7 @@ Feature: Test tutorial 403.Securing application access
4040 And I send a POST HTTP request to that url
4141 Then I receive a HTTP "200" status code from Keyrock with the following data
4242 | access_token | token_type | expires_in |
43- | any | Bearer | 3599 |
43+ | any | bearer | 3599 |
4444
4545 Scenario : 04 - Availability check
4646 When I set the Authorization header token with the calculated value
@@ -51,7 +51,7 @@ Feature: Test tutorial 403.Securing application access
5151 And I send a POST HTTP request to that url
5252 Then I receive a HTTP "200" status code from Keyrock with the following data
5353 | access_token | token_type | expires_in | refresh_token |
54- | any | Bearer | 3599 | any |
54+ | any | bearer | 3599 | any |
5555
5656 Scenario : 05 - Refresh access token
5757 When I set the Authorization header token with the calculated value
@@ -62,7 +62,7 @@ Feature: Test tutorial 403.Securing application access
6262 And I send a POST HTTP request to that url
6363 Then I receive a HTTP "200" status code from Keyrock with the following data
6464 | access_token | token_type | expires_in | refresh_token |
65- | any | Bearer | 3599 | any |
65+ | any | bearer | 3599 | any |
6666
6767 # There should be clarified that Application ID is equal to Client ID in the tutorial
6868 # This scenario works basically because there is no response in the tutorial, therefore
0 commit comments