Hi @Fister Dister , the refresh_token_lifetime_secs
policy key is used to set the maximum lifetime of a refresh token, not the invitation link. The invitation link lifetime is controlled by the Invitation Redemption Policy
in Azure AD B2C.
To change the lifetime of the invitation link, you need to create a custom policy and modify the Invitation Redemption Policy
. You can set the lifetime of the invitation link by modifying the TokenLifetimeInSeconds
parameter in the SendInvitation
technical profile.
You can follow this document to do this!
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James