Open andrea-dintino opened 5 months ago
Update, after a discussion with @matteo-cristino
Authorize, case Aurora: We're looking at a use case where wallet users get authorized by logging in with user and pass:
Login happens with: https://get.smartspeech.eu/api/api.php?func=checkUser&email=email@gmail.com&pass=123456
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]:
other?
The resulting JSON schema, should be exported as fileName.schema.json in /authz_server/custom_code/ where fileName will the credential "type"
This is done and can be closed right?
This is connected to https://github.com/ForkbombEu/signroom/issues/655
@matteo-cristino and @bbtgnn need to have a look at the authorization flow page, as the current one doesn't make sense