<@UFUCXSXCJ> Any idea why OAuth 2.0 Client Credent...
# sdf
a
@Ali Syed (NS DevTools QA) Any idea why OAuth 2.0 Client Credentials Setup only allows you to create a M2M credential valid for 1 month even when the certificate being used is valid for 1 year?
a
Let me verify it and get back to you!
👍 1
@alien4u how are you creating the certificate? Where do you see the validity of 1 month Can you share with me via DM? some screenshots of where do you see these values?
# To generate an RSA certificate:
Copy code
openssl req -x509 -newkey rsa:4096 -keyout auth-key.pem -out auth-cert.pem -nodes -days 7200
a
I got it working and it is accepting up to 2 years of validity for certificates (which is documented). Thanks.
e
@Ali Syed (NS DevTools QA) What about Browser Authentication? What’s the TTL on that?
a
@ec Currently if you have browser based auth, you will need to re-authorize every 3 hours.
😮 1