question

rich-1 avatar image
rich-1 asked

How to disable all auth methods except for our custom server-side authentication?

How to disable all auth methods except for our custom server-side authentication?

For security reasons we only want this auth methodology to happen which we already have implemented:

  • Client sends request to our backend

  • Our backend uses PlayFabServer.LoginWithServerCustomId

  • User receives a SessionTicket from our server

Any PlayFabClient signin / signup methods would need to be disabled.

support
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Neils Shi avatar image
Neils Shi answered

You can use API UpdatePolicy to update the access policies so that you can disable certain Client APIs access (for example sign in / sign up API). For more information, please refer to https://learn.microsoft.com/en-us/gaming/playfab/api-references/api-access-policy.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

brink668 avatar image brink668 commented ·

Thank you, eventually figured out the same.

Side note why does the formatting break? I had formatted the above post but after submitting it turned it into a giant block of text?

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.