Skip to content

uaac token

GunSik Choi edited this page Jun 30, 2016 · 3 revisions
  • grant_type: client_credentials
$ uaac token client get portal
$ uaac token decode

Note: no key given to validate token signature

  jti: 67cc5918171f44a5b4adcdac7642ad6d
  sub: portal
  authorities: clients.read scim.userids password.write clients.secret oauth.login clients.write doppler.firehose
      uaa.admin scim.write scim.read
  scope: clients.read scim.userids password.write clients.secret oauth.login clients.write doppler.firehose uaa.admin
      scim.write scim.read
  client_id: portal
  cid: portal
  azp: portal
  grant_type: client_credentials
  rev_sig: 416147db
  iat: 1467244740
  exp: 1467287940
  iss: https://uaa.v236.bosh-lite.com/oauth/token
  zid: uaa
  aud: portal clients scim password oauth doppler uaa
  • grant_type: password
$ uaac token owner get portal cgshome@gmail.com
$ uaac token decode
Note: no key given to validate token signature
  jti: c0fc7bdf113a433fb0fd0cd9dbaf2e81
  sub: 4a83e848-8947-4288-8a96-530ff39cf4bb
  scope: openid uaa.user cloud_controller.read password.write cloud_controller.write
  client_id: portal
  cid: portal
  azp: portal
  grant_type: password
  user_id: 4a83e848-8947-4288-8a96-530ff39cf4bb
  origin: uaa
  user_name: cgshome@gmail.com
  email: cgshome@gmail.com
  auth_time: 1467244892
  rev_sig: e2729094
  iat: 1467244892
  exp: 1467288092
  iss: https://uaa.v236.bosh-lite.com/oauth/token
  zid: uaa
  aud: portal openid uaa cloud_controller password

Clone this wiki locally