Web logins using Oculus account
We have an Oculus game available on the store alongside a web portal designed to help users manage their account information. We're eager to provide users with the convenience of logging into our web portal using their Oculus account, ideally through some form of OAuth or Single Sign-On (SSO) mechanism. The primary resource I've come across regarding this integration is the documentation on "Account Linking". In essence, here's the flow: Our web portal initiates the user's redirection to the Meta SSO URL, which can be found at https://auth.oculus.com/sso/?redirect_uri=https://someloginuri.com/oa&organization_id=1234567812345678. The user agrees to link their account with our web portal. Following the agreement, the user is redirected back to our web portal, accompanied by encoded data we can leverage for authenticating the user within the Oculus API. The account linking process does indeed work, yet there's a recurring issue. Users are prompted to "CONNECT ACCOUNT" each time they visit the Meta page for login (see picture below). Ideally, we expected this step to be a one-time event. However, it seems users encounter this step upon each visit, which can hinder the user experience in our web login process. I'm wondering if there exists a workaround for this particular issue. Have I overlooked any crucial details in the documentation? Is there a method to only present the account linking step once, followed by a seamless and conventional login flow thereafter? Any suggestions would be greatly appreciated!Solved3.2KViews0likes2Comments