Home > Back-end >  Default token lifetime not changing for my service principal
Default token lifetime not changing for my service principal

Time:11-29

I want to make tokens available for only 30 minutes to users. This is doable if we configure token lifetime policy but it's not working as I still get tokens valid for 1 hour.

Followed this suggested documentation enter image description here

Step 2 : created the access token from the postman and validated the expiry time of the access token through enter image description here

There were couple of policy Evalution restriction and prioritization rule for this policy refer to this documentation for more information on them.

  • Related