/schemas/default does not work with base64 identity schemas #1529
Labels
bug
Something is not working.
good first issue
A good issue to tackle when being a novice to the project.
help wanted
We are looking for help on this one.
Milestone
Describe the bug
Initial report of this bug from this discussion #1517
The
/schemas/default
endpoint does not report back the identity schema if it is base64 encoded. It expects only afile
orhttp
url to be set as shown here.Reproducing the bug
Steps to reproduce the behavior:
http://127.0.0.1:4434/schemas/default
Server logs
Server configuration
Expected behavior
Return the identity schema json
Environment
Additional context
Other endpoints such as registration seem to work as expected with base64.
The text was updated successfully, but these errors were encountered: