We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have to implement a status list specification defined here https://datatracker.ietf.org/doc/draft-ietf-oauth-status-list/
A self aoperatable status list server (as we don't wat to buikd this into keycloak) - RUST
Server must be able to expose an URL that a issuer can publish in issued credentials
Server must expose an endpoint to issuer so they can publish statuses
Server must expose an endpoint for verifiers to downloand status lists as specified in the specification.
Develop a java scrip version of the status list client for the wallet
Develop a java version of the status list client that we can use inside keycloak
#327
Init server status-list-server#4
create and handle endpoint to allow status list download status-list-server#5
Handle status list token request status-list-server#3
establish connection with token issuer using signed jwt #343
handle status list update endpoint #342
Document status List server architecture status-list-server#1
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Analyse will start in https://github.com/adorsys/eudiw-app/issues/315
This section has been recently updated https://drafts.oauth.net/draft-ietf-oauth-status-list/draft-ietf-oauth-status-list.html#section-1-3
No branches or pull requests
We have to implement a status list specification defined here https://datatracker.ietf.org/doc/draft-ietf-oauth-status-list/
A self aoperatable status list server (as we don't wat to buikd this into keycloak) - RUST
Server must be able to expose an URL that a issuer can publish in issued credentials
Server must expose an endpoint to issuer so they can publish statuses
Server must expose an endpoint for verifiers to downloand status lists as specified in the specification.
Develop a java scrip version of the status list client for the wallet
Develop a java version of the status list client that we can use inside keycloak
#327
Init server status-list-server#4
create and handle endpoint to allow status list download status-list-server#5
Handle status list token request status-list-server#3
establish connection with token issuer using signed jwt #343
handle status list update endpoint #342
Document status List server architecture status-list-server#1
The text was updated successfully, but these errors were encountered: