When is it appropriate to use query parameters in RESTful API design? Select all that are correct
Where does a ScriptTarget node.js application run when deployed to Edge?
What is the purpose of a refresh token?
When using a Shared Flow from a Flow Hook, which proxies will call the Shared Flow?
You have a new set of requirements for a mobile app. The product team tells you that the user data already exists from the website version of the app. The user APIs are currently internal access only. The product team has asked for the following. • The app requires user authentication before data should be accessed. • The app needs to display user data once the user has logged into the mobile app. * The app needs to allow changes to user data once the user has logged into the mobile app. Choose three development tasks that would accomplish the requirements. Choose 3 answers
Your API generates tokens to authenticate users. You have the following requirements 1. Limited token lifetime. 2. Managed key rotation. 3. Self-verifiable content. 4 Compact data representation 5. Refresh without new challenge. You plan to use SAML2 Which two of the above -listed requirements are satisfied by using SAML2? Choose 2 answers