Oracle Mobile and Social 11g OAuth, oracle_device_profile
I don't understand what parameter to provide in "oracle_device_profile"
I read this document,and I tried to develope an example using Oauth mobile with 3 legged, but I do not know what type of string o info provide in "oracle_device_profile" example
Example
curl -i -H "Content-Type: application/x-www-form-urlencoded;charset=UTF-8" --request POST http://host.example.com:14100/ms_oauth/oauth2/endpoints/oauthservice/tokens -d 'grant_type=client_credentials &oracle_device_profile=<Base 64 Encoding Device Profile> &client_id=<MobileApp1> &oracle_requested_assertions=oracle-idm:/oauth/assertion-type/client-identity/mobile-client-pre-authz-code-access'
https://docs.oracle.com/cd/E40329_01/dev.1112/e27134/restapioauthl.htm#AIDEV6822
If I write an example with oauth web, works fine,
Tagged:
3