Present single-use password setup handoff
This commit is contained in:
parent
bbe291dac3
commit
4efce34821
5 changed files with 45 additions and 0 deletions
|
|
@ -66,4 +66,9 @@ class HTTPIdentityProvisioningAdapter:
|
|||
external_subject=str(result["external_subject"]),
|
||||
status=str(result["status"]),
|
||||
resumed=bool(result.get("resumed", False)),
|
||||
password_setup_url=(
|
||||
str(result["password_setup_url"])
|
||||
if result.get("password_setup_url")
|
||||
else None
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue