You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NCR has to produce a web page, with 2 text fields: email and pass
{
"email": "type your email to login"
"pass": "type your password to login",
"meta": "text-on-generated-page-something"
}
This can be done in the auth template.
The fields in the template, should not be two, but only one with a dropdown. The dropdown choice will modify the JSON Schema. The dropdown values can be [TBD]:
text fields to be filled by the user
data to be autofilled by the wallet
other?
The resulting JSON schema, should be exported as fileName.schema.json in /authz_server/custom_code/ where fileName will the credential "type"
bbtgnn
changed the title
Review authorization flow page
Review authorization template form
Jun 6, 2024
This is connected to #655
@matteo-cristino and @bbtgnn need to have a look at the authorization flow page, as the current one doesn't make sense
The text was updated successfully, but these errors were encountered: