How to setup gluu
-------------------------------------------------

1. follow all the screen shots in the folder, and fill all fields as they are in the screen shots
2. the next step is to configure custom attribute, in our case we configure the role attribute and we assig this attribute to the openid scope
How to configure the roles to work:
1. You need to make sure all your custom attributes have "Usage Type" set to "OpenID" and assigned some "oxAuth claim name".
2. Then you need to add these attributes to some scopes at "OpenID Connect -> Scopes", either to a pre-packaged one, or create a custom scope as well. In our case add it to the openId.
3. If you need your client to request for this scope during dynamic registration, make sure you'll set "Allow for dynamic registration" flag for this scope.