ging / fiware-idm

OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
https://keyrock-fiware.github.io
MIT License
36 stars 81 forks source link

Oauth-Client-Secrets should not be generated as UUIDs. #279

Open wistefan opened 2 years ago

wistefan commented 2 years ago

When creating an application, the secret is generated as a UUID, see applications.js - according to RFC-4122 UUIDs should not be used as security capabilities, since they are not necessarily hard to guess.