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
Is it currently possible to create an Authorization request based on the (SI)OP configuration?
There's some static ones defined, as well as a SIOP could host an openid-configuration at a well-known endpoint.
Is it possible to create an authorization request based on the configuraiotn ,or would you have to parse it yourself and create a valid RP based on this?
E.g. if you want to use the static siopv2:// configuration, only id_token is supported as response_type and also the URL should start with siopv2://.
The text was updated successfully, but these errors were encountered:
nklomp
transferred this issue from Sphereon-Opensource/SIOP-OID4VP
Oct 2, 2024
Is it currently possible to create an Authorization request based on the (SI)OP configuration?
There's some static ones defined, as well as a SIOP could host an openid-configuration at a well-known endpoint.
Is it possible to create an authorization request based on the configuraiotn ,or would you have to parse it yourself and create a valid RP based on this?
E.g. if you want to use the static
siopv2://
configuration, onlyid_token
is supported asresponse_type
and also the URL should start withsiopv2://
.The text was updated successfully, but these errors were encountered: