Hi, I’m currently trying to develop a integration in monday.com. I did go through the integration documentation, but I couldn’t find any information about monday.com OpenID connect url. ex: <domain>/.well-known/openid-configuration
. Is there openId connect exist for monday JWT?
Hello there @flowdemo,
Would you be able to please elaborate on that?
I am not experienced with openID. What are you trying to achieve exactly?
Looking forward to hearing from you
Cheers,
Matias
Hi @Matias.Monday ,
I want validate the JWT token coming from the Monday server. For JWT token validation some websites use openID configuration. So that when we receive a JWT token, using JWKs URI we can get openID meta data (Ex: kid, alg)and use those data to validate the JWT token. I am wondering whether openID config is exist for monday.com.
For example : Microsoft have openID confing url like this
GET /common/v2.0/.well-known/openid-configuration
Host: login.microsoftonline.com
More info about openID configuration : OpenID Connect (OIDC) on the Microsoft identity platform - Microsoft Entra | Microsoft Learn
https://referbruv.com/blog/authentication-vs-authorization-oauth-openid-and-jwt-explained/#aioseo-what-is-oauth
Thanks for going through this and looking forward to hearing from you.
Hello again,
Thank you for the explanation!
monday.com does not use openID.
Let me know if you have any questions!
Cheers,
Matias
Thanks for the explanation.
Best regards,