cancel
Showing results for 
Search instead for 
Did you mean: 

Org Scoped Id or App scoped Id

ryanbernstein
Honored Guest
Are these ids accessible to other users? Do you need to be logged in as the user to retrieve these ids or can you request the id of another user? I'm looking for some identifier that is private to a user that I can use as the login identifier for my backend. I am using Playfab which currently does not support oculus authentication yet  but allows the use of a custom id to very the user. Someone on their forums mentioned to use ovr_User_GetOrgScopedID to get the id but I am wondering if a different user could get access to that id and use it to log in as that user.
1 REPLY 1

solaris.nite
Protege

A user's Org Scoped ID should not be treated as a secret.

See the following to properly authenticate a user with your API using Oculus S2S flow: https://developer.oculus.com/documentation/native/ps-ownership/