All Projects → w3c → Webappsec Change Password Url

w3c / Webappsec Change Password Url

Licence: other
A Well-Known URL for Changing Passwords

Labels

Projects that are alternatives of or similar to Webappsec Change Password Url

Graphpipe
Machine Learning Model Deployment Made Simple
Stars: ✭ 719 (-13.16%)
Mutual labels:  makefile
Caesonia
OpenBSD Email Service
Stars: ✭ 761 (-8.09%)
Mutual labels:  makefile
Android device htc himaul
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Python3 Source Code Analysis
《Python 3 源码剖析》
Stars: ✭ 725 (-12.44%)
Mutual labels:  makefile
Datacurator Filetree
a standard filetree for /r/datacurator [ and r/datahoarder ]
Stars: ✭ 753 (-9.06%)
Mutual labels:  makefile
Spec
Container Storage Interface (CSI) Specification.
Stars: ✭ 799 (-3.5%)
Mutual labels:  makefile
Coreelec
A lightweight OS for KODI
Stars: ✭ 681 (-17.75%)
Mutual labels:  makefile
Docker Xymon
Dockerization of the Xymon monitoring system on an Ubuntu base
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Awesome Linuxaudio
[mirror] A list of software and resources for professional audio/video/live events production on Linux.
Stars: ✭ 756 (-8.7%)
Mutual labels:  makefile
Android device motorola titan
Titan (Moto G 2014) Device Tree
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Smi Spec
Service Mesh Interface
Stars: ✭ 729 (-11.96%)
Mutual labels:  makefile
Getting Started
This repository is a getting started guide to Singer.
Stars: ✭ 734 (-11.35%)
Mutual labels:  makefile
Switch Apt Mirror.ansible.role
switch apt mirror for Debian & Ubuntu with Ansible role.
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Based.cooking
A simple culinary website.
Stars: ✭ 418 (-49.52%)
Mutual labels:  makefile
Forth Wiki On Reddit
forth-wiki-on-reddit
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Genie
GENie - Project generator tool
Stars: ✭ 693 (-16.3%)
Mutual labels:  makefile
Linux Lab
Docker/Qemu Based Linux Kernel Learning, Development and Testing Environment; New Linux ELF Video Course from this project author: https://www.cctalk.com/m/group/88089283
Stars: ✭ 771 (-6.88%)
Mutual labels:  makefile
Salt Fr
Blog de la communauté Saltstack francophone
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Rootkit detect
Repository for rootkit detection tools
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile
Docker Python Dev
A containerized development environment to support building Python-based Deis v2 components http://deis.com
Stars: ✭ 5 (-99.4%)
Mutual labels:  makefile

A Well-Known URL for Changing Passwords

Table of Contents

Currently, if the user of a password manager would like to change their password on example.com, basically all the password manager can do is load example.com in a browser tab and hope the user can figure out how to update their password themselves.

The goal of this specification is to do the simplest possible thing to improve this situation, by defining the /.well-known/change-password well-known resource.

Proposal

example.com provides a /.well-known/change-password resource which redirects to their change password form, wherever it happens to already be.

Password managers check for the existence of /.well-known/change-password on https://example.com.

If it's there (the response code is 2xx or 3xx), the password manager can cause the user's browser to navigate there when the user indicates they'd like to change their password.

That's it, really. It's a pretty simple idea.

Frequently Asked Questions

Why not allow sites to override this location with an HTTP Link header or an HTML link element?

Implementation complexity. (This would require keeping site-specific state client-side, verifying & invalidating said state periodically, etc.)

Why not serve a JSON resource with links to other account management functions?

Specification complexity. If we determine we need other account management well-known resources in the future, we can specify them then.

What tools have implemented this feature?

  • iCloud Keychain on iOS 12
  • Safari 12

What about servers whose HTTP response codes are unreliable?

Sometimes, HTTP servers are configured to respond 200 OK for resources that really aren't there. The Detecting the reliability of HTTP status codes draft attempts to address this problem.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].