From SAML tracer I get the following:
```
GET https://******/oxauth/seam/resource/restv1/oxauth/authorize?response_type=id_token%20token&scope=openid%20user_name&client_id=%40!B535.9CC6.151D.AD38!0001!EFB4.34A5!0008!53AE.DB1B.0009.5119&state=fa9f7g68dfgh&redirect_uri=http%3A%2F%2Flocalhost%3A4200&nonce=ewr8t08gnm7v0 HTTP/1.1
Host: *******
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Cookie: JSESSIONID=19el87z1woe7bczzhu6qxxgoy; _ga=GA1.2.752058071.1492525812; _gid=GA1.2.2072428833.1497338045
HTTP/?.? 500 Server Error
Date: Wed, 14 Jun 2017 05:56:13 GMT
Server: Jetty(9.3.15.v20161220)
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
Access-Control-Allow-Origin: *
Connection: close
Transfer-Encoding: chunked
``````
GET
response_type: id_token token
scope: openid user_name
client_id: @!B535.9CC6.151D.AD38!0001!EFB4.34A5!0008!53AE.DB1B.0009.5119
state: fa9f7g68dfgh
redirect_uri: http://localhost:4200
nonce: ewr8t08gnm7v0
```
hmm... I am going to look into that js library too see if we can use it. Thank you, Michael!