79822231

Date: 2025-11-17 11:31:59
Score: 3
Natty:
Report link

Where did you find that {QueryString:}? It's not mentioned in the docs: https://learn.microsoft.com/en-us/azure/active-directory-b2c/claim-resolver-overview#oauth2-key-value-parameters.

You need to use {OAUTH-KV:any custom query string} instead.

E.g. {QueryString:EntityId} should be {OAUTH-KV:EntityId}.

Or if this is in fact a SAML policy, then you need SAML-KV instead: https://learn.microsoft.com/en-us/azure/active-directory-b2c/claim-resolver-overview#saml-key-value-parameters.

Reasons:
  • RegEx Blacklisted phrase (3): did you find that
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Where did you find that
  • High reputation (-2):
Posted by: juunas