Difference between revisions of "Credential Management"
From MgmtWiki
(→Solutions) |
(→Solutions) |
||
| Line 8: | Line 8: | ||
* For current bug list on blink see [https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink%3ESecurityFeature%3ECredentialManagement this site]. | * For current bug list on blink see [https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink%3ESecurityFeature%3ECredentialManagement this site]. | ||
* [https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-browser-credentials-federated-id.html Using Web Federated Identity to Authenticate Users] Amazon WS | * [https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-browser-credentials-federated-id.html Using Web Federated Identity to Authenticate Users] Amazon WS | ||
| + | * [https://developers.google.com/web/updates/2020/10/webauthn-tab Wub AuthN debug tab] | ||
==References== | ==References== | ||
[[Category:Standard]] | [[Category:Standard]] | ||
Revision as of 22:44, 19 February 2021
Contents
Full Title
This page is about the W3C CredentialManagement API which is often abbreviated as CredMan..
Context
- For general information about recovery or other topics see the web page Credential.
Solutions
- For current bug list on blink see this site.
- Using Web Federated Identity to Authenticate Users Amazon WS
- Wub AuthN debug tab