Anonymous authentication

Previous Next

Anonymous authentication gives you anonymous access to a website or web API, without prompting for a user name or password.

You can use anonymous authentication to give free access to resources, resources that do not need any credentials when accessing them.

For example, a travel agency resource that returns last-minute advertised by the agency does not need any authentication, but a resource that makes a reservation must be protected by credentials.

 

 

collapseHow to explicitly specify anonymous authentication for a service

 

 

See also

Authentication

Authentication matrix