Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Entra optional claim of login_hint seems to always be blank

$
0
0

I'm currently working on a blazor webassembly app, to which users get to authenticate themself using Microsoft Entra ID. This all works fine and dandy, but I'm trying to optimise the experience. Currently, on logout the user gets prompted to select the user they're logging out. I've figured out you can bypass this by configuring the acces or ID token to pass the optional claim "login_hint". When logging out, this can then be used to fill in the "logout_hint" parameter, and thus skipping this step.

Aparantly, easier said than done, as I've currently configured the claim to be returned for both ID and acces token, just to be sure, but it's still absent. Is there anything else I should be checking? If it's of any importance, the requestAccessTokenVersion in the manifest is currently 2 and I could confirm this was in the manifest:

{"additionalProperties": [],"essential": false,"name": "login_hint","source": null}

Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>