|
Missing az_attr claim in access_token of password grant
Hi, An access_token gotten from password grant doesn't contain az_attr when decoded [1]. Is this by design? Is there something I'm doing wrongly? How do I access an access_token additional information
Hi, An access_token gotten from password grant doesn't contain az_attr when decoded [1]. Is this by design? Is there something I'm doing wrongly? How do I access an access_token additional information
|
By
Paul Bakare
· #8200
·
|
|
UAA on Compose for MySQL
Hi, Caught something looking like a bug when UAA is faced with a clustered MySQL. Error details below: 2018-05-11T22:06:17.47+0100 [APP/PROC/WEB/0] OUT Migration V2_4_1__Zonify_Group_Memberships.sql f
Hi, Caught something looking like a bug when UAA is faced with a clustered MySQL. Error details below: 2018-05-11T22:06:17.47+0100 [APP/PROC/WEB/0] OUT Migration V2_4_1__Zonify_Group_Memberships.sql f
|
By
Paul Bakare
· #8000
·
|
|
Equivalent API to adding member to a group
Nevermind. UAA /Groups does it.
Nevermind. UAA /Groups does it.
|
By
Paul Bakare
· #7989
·
|
|
Equivalent API to adding member to a group
Hi, What's the equivalent UAA API to: uaac member add custom.report xyz@...
Hi, What's the equivalent UAA API to: uaac member add custom.report xyz@...
|
By
Paul Bakare
· #7988
·
|
|
Announcing Volume Services for Cloud Foundry
Thank you very much. So much awesomeness.
Thank you very much. So much awesomeness.
|
By
Paul Bakare
· #5740
·
|
|
cf platform upgrade with 100% uptime for apps
Stephen, I think this is only possible if you deployed CF unto multiple DCs. Same configuration, multiple DNSs
Stephen, I think this is only possible if you deployed CF unto multiple DCs. Same configuration, multiple DNSs
|
By
Paul Bakare
· #4156
·
|
|
`api_z1/0' is not running after update to CF v231
Wayne, is the nfs_server-partition running?
Wayne, is the nfs_server-partition running?
|
By
Paul Bakare
· #4061
·
|
|
Allow SCIM user update if phoneNumbers is null
Filip, Further deep trace shows that a SCIM object containing phoneNumbers: null triggers the error, while phoneNumber: [] works Below is the full trace: {"message":"Unexpected error","error":"scim","
Filip, Further deep trace shows that a SCIM object containing phoneNumbers: null triggers the error, while phoneNumber: [] works Below is the full trace: {"message":"Unexpected error","error":"scim","
|
By
Paul Bakare
· #4033
·
|
|
Allow SCIM user update if phoneNumbers is null
On SCIM update, if phoneNumbers is null, UAA breaks with this error message, {"message":"Unexpected error","error":"scim"} Here's the full stack trace: {"message":"Unexpected error","error":"scim","tr
On SCIM update, if phoneNumbers is null, UAA breaks with this error message, {"message":"Unexpected error","error":"scim"} Here's the full stack trace: {"message":"Unexpected error","error":"scim","tr
|
By
Paul Bakare
· #4030
·
|
|
CF CLI v6.16.0 Released Today
Does anyone know when Pivotal is going to have a release that contains CF release v231? wrote:
Does anyone know when Pivotal is going to have a release that contains CF release v231? wrote:
|
By
Paul Bakare
· #4008
·
|
|
Update a user token scope
Says it all. Thanks
By
Paul Bakare
· #4002
·
|
|
Update a user token scope
Is there a test coverage for User PATCH update? Couldn't find any at https://github.com/cloudfoundry/uaa/blob/develop/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/ScimUserEndpointsInteg
Is there a test coverage for User PATCH update? Couldn't find any at https://github.com/cloudfoundry/uaa/blob/develop/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/ScimUserEndpointsInteg
|
By
Paul Bakare
· #3999
·
|
|
Update a user token scope
Thanks Chris. However, my token when decoded, has got "scim.write" scope set: {"jti":"b4884e49-87a6-47cb-9653-48e41e60e130","sub":"4c7f6709-939e-4d9c-8655-9996b7d69ce6","scope":["scim.read","scim.writ
Thanks Chris. However, my token when decoded, has got "scim.write" scope set: {"jti":"b4884e49-87a6-47cb-9653-48e41e60e130","sub":"4c7f6709-939e-4d9c-8655-9996b7d69ce6","scope":["scim.read","scim.writ
|
By
Paul Bakare
· #3989
·
|
|
Docker container linkage
Fair enough. Thanks
By
Paul Bakare
· #3936
·
|
|
CF CLI v6.16.0 Released Today
Congratulations and thank you. This was long time coming.
Congratulations and thank you. This was long time coming.
|
By
Paul Bakare
· #3931
·
|
|
Docker container linkage
Hi, Does Diego support Docker Container linkage? For example, my current vanilla docker container is running with 2 linked containers namely postgres and rabbitmq. If I have to maintain this linkage o
Hi, Does Diego support Docker Container linkage? For example, my current vanilla docker container is running with 2 linked containers namely postgres and rabbitmq. If I have to maintain this linkage o
|
By
Paul Bakare
· #3907
·
|
|
Update a user token scope
Hi, The docs at https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#id52 doesn't define the scope for user update API endpoint. Can someone assist with this? What's the token scope for a
Hi, The docs at https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#id52 doesn't define the scope for user update API endpoint. Can someone assist with this? What's the token scope for a
|
By
Paul Bakare
· #3887
·
|
|
Support for multiple externalId in UAA
Simply social login and sign ups from social identity providers. However, since this is not supported yet, what's your recommendation on its implementation? Keep a separate table/model for the account
Simply social login and sign ups from social identity providers. However, since this is not supported yet, what's your recommendation on its implementation? Keep a separate table/model for the account
|
By
Paul Bakare
· #3873
·
|
|
Support for multiple externalId in UAA
Hi, Seems SCIM does not support multiple externalId for a User resource. How can one achieve this in UAA? Does this feature exist in UAA or would it be catered for in the future? Many thanks
Hi, Seems SCIM does not support multiple externalId for a User resource. How can one achieve this in UAA? Does this feature exist in UAA or would it be catered for in the future? Many thanks
|
By
Paul Bakare
· #3760
·
|
|
Deploying Diego to BOSH-Lite
In addition, make sure you have GO installed. Also make sure GOPATH and GOROOT env are set correctly. For example: export GOPATH=$HOME/projects/goprojects export GOROOT=/usr/local/opt/go/libexec wrote
In addition, make sure you have GO installed. Also make sure GOPATH and GOROOT env are set correctly. For example: export GOPATH=$HOME/projects/goprojects export GOROOT=/usr/local/opt/go/libexec wrote
|
By
Paul Bakare
· #3729
·
|