[Openid-specs-ab] Issue #1734: Credential Offer indicating a grant type (openid/connect)

Kristina Yasuda issues-reply at bitbucket.org
Fri Nov 18 23:37:47 UTC 2022


New issue 1734: Credential Offer indicating a grant type
https://bitbucket.org/openid/connect/issues/1734/credential-offer-indicating-a-grant-type

Kristina Yasuda:

Issuer gives clear guidance to the wallet which grant flows it wants the wallet to do 

* if the Issuer wants the wallet to do only one of the grant \(pre-authorized\_code or code\), send one of the parameters
* if the Issuer can do both grants and wants the wallet to choose, put two parameters

Syntax can look like:

“grant”: \{

‌    “pre-authorized\_code“: \{

‌        “pre-authorized\_code“: “string“

‌     \},

‌    “code“: \{

‌        “as\_state“: “string“  //used to be called op\_state

‌     \}

\}



More information about the Openid-specs-ab mailing list