passwordless-server icon indicating copy to clipboard operation
passwordless-server copied to clipboard

PAS-558 | Refactor application creation & avoid enumeration

Open jonashendrickx opened this issue 6 months ago • 2 comments

Ticket

Description

Shape

  • No more duplication checks for application identifier allow us to drop a lot of business logic.
  • The API is responsible for returning the created application's id, so the admin console can store the application identifier together with the public keys and the secret keys for communication.

Screenshots

image

image

image

Checklist

I did the following to ensure that my changes were tested thoroughly:

  • __

I did the following to ensure that my changes do not introduce security vulnerabilities:

  • __

jonashendrickx avatar Aug 19 '24 08:08 jonashendrickx