Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
In some cases we may have a client_id parameter available, but no client_secret, the latter may be encrypted in client_id or some other parameter such as an assertion may securely identify a client.
At the moment if AccessTokenService sees a client_id parameter it will enforce the presence of client_secret for the confidential clients which may block the valid clients.