[mitreid-connect] Custom claims

Luiz Omori luiz.omori at duke.edu
Fri Oct 23 10:05:12 EDT 2015


Hi,

Is there a way to add a parameter to the Authorization Code Flow request and have it returned back via introspection? Even better if a standard way of doing that, i.e. defined in the OAuth standard. It would be great if state was returned but I’m not getting that.

Request:
http://localhost:8080/ldap-openid-connect-server/authorize?response_type=code&client_id=growth_chart&scope=openid&redirect_uri=http://localhost:4000/index.html&state=07465f66-e4fd-4466-bcc4-5826ee7080a6&client_data=blabla&nonce=bd55e445-8d7f-4491-b48e-3458efcb829c
Introspection Info
{
  "active": true,
  "scope": "openid",
  "expires_at": "2015-10-23T09:55:50-0400",
  "exp": 1445608550,
  "sub": "lro4",
  "user_id": "lro4",
  "client_id": "growth_chart",
  "token_type": "Bearer",
  "client_data": "blabla"
}

Regards,
Luiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/mitreid-connect/attachments/20151023/c31603c5/attachment.html


More information about the mitreid-connect mailing list