if (user.new) { createAccountNow(); } else { readSolutionGuidesBelow(); }
if (user.new) { createAccountNow(); } else { readSolutionGuidesBelow(); }
20.01.2023
When authenticating with Cloudentity Identity Pools, you have the option to use a Passkey instead of relying on passwords. This way, there is no password so you can’t give it away to a phishing site. Additionally, your credentials are never stored on the server, in fact, they never leave the device used for authentication
16.01.2023
Pagination has been introduced when calling the List Identity Pools API. Callers can filter by id or name of the Identity Pool, search before or after its id, sort by id or name, order ascending or descending, and limit the number of returned results.
09.01.2023
Token endpoint authentication signing algorithms are now configurable on the server level via the token_endpoint_auth_signing_alg_values parameters. Depending on the server security profile, only specific algorithms are allowed, for instance, for FAPI-based profiles the only supported algorithms are ES256 and PS256.
Our SMEs and customers have an open door policy