Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  See examples below:

Code Block
languagejson
{
  	"environment":{
  		"extra":{
  			"example1":{
  				"_links":{
  					"scaRedirect": { "href": "/mock/bank/authentication/<authorisationid>"},
  					"scaOAuth": { "href": "/mock/bank/oauth/authorise/<authorisationid>"}
				},
  				"headers":[]
			},
  			"web":{
  				"_links":{
  					"scaRedirect":{ "href": "https://login.bank.com/mocklogin/<authorisationid>"}
				},
  				"headers":[
  					"PSU-IP-Address"
				]
			},
  			"app":{
  				"_links":{
  					"scaRedirect":{ "href": "https://login.bank.com/mocklogin"}
},
  "headers":[
]
}
}
}
}