Create an issuance template

An issuance profile is what you actually issue from. It bundles one or more document types with the flow and policy used to hand them over.

What a profile decides

ContentsWhich document types, in which formats — a profile may issue several at once
Grant typePre-authorized code, or authorization code with an upstream identity provider
Claim sourceYour request body, or attributes resolved from a login
PolicyThe assurance posture applied to the issuance

Because the profile fixes all of this, issuing is a single call: reference the profile, supply the data.

Getting one

Tell us which document types belong together, whether claims come from your systems or from a login, and whether a transaction code should be required.

Assign it to an issuer

Open the issuer under Issuers and assign the profile from its detail page. Over the API this is a PUT on the issuer's issuance profiles; unassigning is a DELETE. An issuer can only issue from profiles assigned to it, and a mismatch is the usual cause of a profile not appearing in the Issue wizard.

Was this page helpful?