Bearer Token Expiration

Does anyone know how (or if it’s possible) to extend the Expiration in the Bearer Token? It defaults to 3600 seconds.

Thanks!

You can set that in the Admin Console on the App Server.

1 Like

@hmwillett has the correct answer.

Keep in mind that you could also use Basic Authentication (I don’t know your security / use case). This would essentially pass credentials on each call and bypass token expiration entirely. Just throwing out ideas.

Here is the relevant extract from the REST implementation notes (v10.2.200 was the first I had on hand).