Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

disabled ephemeral proof check for whoami endpoint in identity provider

Merged Marco Amoia requested to merge feature/SIMPL-9052 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ routes:
path: "/identity-api/mtls/token"
disable-ephemeral-proof-check: true
- method: GET
path: "/identity-api/mtls/whoami"
path: "/identity-api/v1/mtls/whoami"
disable-ephemeral-proof-check: true
- method: POST
path: "/user-api/mtls/ephemeral-proof"
Loading