I’m currently trying to configure Access Control for the services I’m currently using (Auth, Relay, and Cloud Save.) I’m having trouble figuring out where to find the specific things to put in the URN link. For example, if I use the default deny all policy, when I try to use authentication I get a forbidden error when I call the UpdatePlayerNamesAsync function in authentication - how do I figure out what to use for the URN to allow this?
Any help is appreciated.
Hey!
You can find doc here
And some example help here
You want to deny “Write” on most things and have cloud-code (or some other authority) be in charge of writting. I dont see too much har in UpdatePlayerNames unless you’re worried about players picking obscene names?
You could share your AC file and we can help from there, I can poke the appropriate team.
The discussions has a few examples if you look around as well.
Cheers
A fellow dev did a thorough job here: how to create an access policy? - #2 by moontaehyeongame
Hello, thank you for the quick response. I managed to figure it out using the web API documentation and find the URN’s from the example links.