@testuser7 I hope you are doing well, responding to your question below;
"My question is will this transaction with Entra also updates the PRT so that PRT also has FIDO in it ??
- The PRT is not updated simply because a refresh token exchange occurred with FIDO2 enforcement for an individual resource. The PRT is tied to the device and initial authentication method.
- When a user authenticates with FIDO2 for a specific app/resource during a token refresh, that credential is only applied to the RT/token issued for that client/resource.
The PRT is only updated (re-stamped with new claims like FIDO2 or MFA) if:
- The user re-authenticates in a context that results in issuance of a new PRT (e.g., sign-out and sign-in again, or system-initiated PRT refresh with stronger auth).
- The Entra Conditional Access policies or Token Protection policies require PRT refresh with new auth methods.
Please read this documentation that further details about why PRT is not update simply because a refresh token exchange.
See https://learn.microsoft.com/en-us/entra/identity/devices/concept-primary-refresh-token
https://learn.microsoft.com/en-us/entra/identity/devices/troubleshoot-primary-refresh-token
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!