Depending on how your AAD is configured, a token can expire around every
75 min. The Azure Maps Web Control automatically refreshes the token
when needed. To see what is inside a token I recommend pasting the token
in this tool https://jwt.ms/ and see the expiration time. When you like
to change the...
Hi, I have wrote an Azure Function using the same code in here and it
returns the Token. Token format is as below.{"token":
"Token","expiresOn": "2023-03-22T21:42:29.4581083+00:00"} I have doubts
about the expiration of the token. How long token is valid ? Can we
change the expiration time of the to...
Latest Comments