Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
We have been trying to support device bound credentials for ages, but there has never been a standard that both Google and Microsoft agreed on, until now.
Describe the solution you'd like
Last month Google announced a joint standard with Microsoft that binds cookies for TPM.
This will take work. The approach uses short lived auth cookies, which require an implementation of session, and some new endpoints for cookie refresh.
It is additive, it can stop on top of the existing authentication cookie middleware, but the need for session is something we've typically avoided.
The spec is still a draft, but given the cooperation with Microsoft, Okta et al, it's going to rapidly be a defacto standard before it makes it out of RFC.
Additional context
No response
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
We have been trying to support device bound credentials for ages, but there has never been a standard that both Google and Microsoft agreed on, until now.
Describe the solution you'd like
Last month Google announced a joint standard with Microsoft that binds cookies for TPM.
This will take work. The approach uses short lived auth cookies, which require an implementation of session, and some new endpoints for cookie refresh.
It is additive, it can stop on top of the existing authentication cookie middleware, but the need for session is something we've typically avoided.
The spec is still a draft, but given the cooperation with Microsoft, Okta et al, it's going to rapidly be a defacto standard before it makes it out of RFC.
Additional context
No response