February 2020
Intermediate to advanced
440 pages
13h 51m
English
An admin authentication flow uses admin-specific authentication APIs and requires administrator credentials to execute. Admin APIs are generally used in secure server-side applications that are written using a server-side programming language such as Java or .Net.
By default, with no explicit authentication flows, Cognito uses SRP-based authentication. We enabled ADMIN_NO_SRP_AUTH, which allows admin APIs to pass a username and password without SRP.
Let's quickly go through the API commands that we used in this recipe:
Read now
Unlock full access