Fanny Strudel
Fanny Strudel
@stevendanna I was able to "re-create" the pivotal user by doing some database insert, and I hope I did not forget anything (our chef server has data in it I...
Ok so here the steps I did: 1. Extract the public key for the pivotal user: ``` root@chef-server:~# openssl rsa -in /etc/opscode/pivotal.pem -pubout > /etc/opscode/pivotal.pub ``` 1. Insert the pivotal...
Yes indeed, VMware implemented the protocol before the standard existed and thus needs modification to the library (https://github.com/vmware/idm/tree/master/samples/DynamicRegistrationAppAuthDemo-Android is an example). For now, it's not possible to support sending the...
@soulkeith sorry for the delay. This flow is supported by VMware Identity Manager but to create an OAuth2 client with this grant type, you need to use the API (the...
Thanks for reporting! I've tried and it's working fine for me :( Can you open https://dev.vmwareidentity.asia in your browser?
No unfortunately, we did not have the time to write an iOS example :( Le mer. 20 juin 2018 à 22:26, mohanvydehi a écrit : > @fstrudel Thank you so...
Hi Nitin, Yes it's definitely on our list; we did not have come to it yet. Fanny
@dhaval22 you should use OAuth2 (OIDC) - see https://github.com/vmware/idm/wiki/Choosing-The-Right-Auth We did not have time to provide an iOS example for VIDM, but you can get inspired by https://github.com/openid/AppAuth-iOS and modify...