Anonymous credentials to access resources
See original GitHub issueWhich Category is your question related to? Auth
What AWS Services are you utilizing? Cognito
Provide additional details e.g. code snippets When setting up a custom Cognito configuration:
Allow unauthenticated logins? (Provides scoped down permissions that you can control via AWS IAM) I want to learn more.
If you select 'yes', your identity pool will provide temporary AWS credentials for unauthenticated guest users.
You get prompted with the option of allowing unauthenticated logins, in order to access resources without logging in, but I can’t find any documentation explaining how to leverage this. Any suggestions?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Open-sourcing Anonymous Credential Service
Anonymous Credential Service (ACS) is a highly available multitenant service that allows clients to authenticate in a de-identified manner.
Read more >Anonymous Credential - an overview | ScienceDirect Topics
Anonymous credentials allow the user to essentially “transform” the certificate into a new one that contains only a subset of attributes of the...
Read more >Decentralized Anonymous Credentials
An anonymous credential system allows peers to identify their contributions to routing traffic in exchange for a credential which they can then ...
Read more >Anonymous Authentication <anonymousAuthentication>
Anonymous authentication gives users access to the public areas of your Web or FTP site without prompting them for a user name or...
Read more >Method of Anonymous Access Control to Resources and ...
The construction of credential of the credentials is based on modular arithmetic and polynomial module, where a valid credential is a unique ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@elorzafe any update on this sir?
@elorzafe so how does one accomplish this? using
Auth.currentCredentials
?