Closed jeffreylo closed 2 years ago
https://github.com/keratin/authn-go/pull/18 introduced support for ClaimsFrom, returning the default verified claims in the identity token. That PR, however, failed to consider that the identity token augments the default claims with an AuthTime (auth_time) which supports password confirmation actions, e.g., https://keratin.github.io/authn-server/#/guide-confirm-password.
auth_time
Closes https://github.com/keratin/authn-go/issues/20.
Any blockers to merging this, @cainlevy? Would be nice to get this in a new release within the next couple weeks. Thank you.
Thanks for the reminder! I simply got mixed up with my work habits.
https://github.com/keratin/authn-go/pull/18 introduced support for ClaimsFrom, returning the default verified claims in the identity token. That PR, however, failed to consider that the identity token augments the default claims with an AuthTime (
auth_time
) which supports password confirmation actions, e.g., https://keratin.github.io/authn-server/#/guide-confirm-password.Closes https://github.com/keratin/authn-go/issues/20.