An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hello !
You can’t directly make the Entra fpc cookie a session cookie from the Azure OAuth token endpoint. fpc is a Microsoft managed cookie used for tracking, throttling or protection and its behavior isn’t exposed as a tenant setting. If you change it, that would have to be done in your own proxy, with some risk of breaking supported sign in behavior.
You can find in the doc below that cookie handling issues can affect SSO and sign out.
For the token identifier, Microsoft Entra uses uti, which is documented as equivalent to JWT jti.
If your token does not contain a literal jti, Entra does not provide a supported way to map or copy the restricted uti claim into a custom jti claim. If a downstream service strictly requires jti, the usual workaround is to validate the Entra token in your own service and issue your own JWT containing jti.