IPWorks Auth 2020 Python Edition

Questions / Feedback?

signer_cert_url Property

The URL of the OpenID provider's signing certificate.

Syntax

def get_signer_cert_url() -> str: ...
def set_signer_cert_url(value: str) -> None: ...

signer_cert_url = property(get_signer_cert_url, set_signer_cert_url)

Default Value

""

Remarks

This property holds the URL of the OpenID provider's signing certificate. The signing certificate is used to very the signature of the ID token returned when calling get_authorization.

When calling get_authorization either signer_cert_url or signer_cert must be specified.

This property is populated when get_discovery_doc is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]