Page created: 5 Jan 2023
|
Page updated: 23 Mar 2023
Learn how to test user access to Meme Game by simulating API requests with Postman.
You’ll use Postman to simulate a user authenticating to the game application and making API requests to start a new game. You’ll demonstrate that the user whose email address comes from a generic domain is not allowed to start a game while inviting others, but they are allowed to start a game when playing by themselves. You’ll also demonstrate that the user with an email address from a trusted domain is allowed to start games with or without inviting others.
Congratulations! You created a fine-grained authorization policy that meets your business requirements and you tested the policy.