1/ Build credential list with jsonPath
As a user I want to chose my credential in a list. The list of credential provided to user is filtered by claims analysis.
If a credential type was specified the list contains only credentials from this credential type
If a credential issuer was specified the list contains only credentials from this issuer
2/ Select a credential in the list
If the final list of credentials has only one element, this element is selected and we ask user to agree with presenting this credential.
If the list has more than one credential the list is displayed to user who pick the one he will present.
If the list of credentials is empty we provide the user with a link to a web page which will help user create a credential (link will be given later).
1/ Build credential list with jsonPath As a user I want to chose my credential in a list. The list of credential provided to user is filtered by claims analysis. If a credential type was specified the list contains only credentials from this credential type If a credential issuer was specified the list contains only credentials from this issuer
2/ Select a credential in the list If the final list of credentials has only one element, this element is selected and we ask user to agree with presenting this credential. If the list has more than one credential the list is displayed to user who pick the one he will present. If the list of credentials is empty we provide the user with a link to a web page which will help user create a credential (link will be given later).