
SrinivasG.03704 (Customer) asked a question.
Hi Team,
We wanted to create ADO pipeline for the application user to create OpenID/Oauth client by themself using the terraform or API, With this approach the user can generate/choose the client_id and secrete by them self and trigger a pipeline to create a client.
For the above requirement, Can you please let us know if there are any limitations for allowed characters and length for the client_id and secret?
Thanks and regards,
Srinivas

Hello Srinivas,
The client_id must only contain letters, numbers, and the following symbols: -_.,!*''()
The max length for the client_id is 100
The client_secret max length is 90 and can contain any characters
thank you.