Blazor auth dev vs staging
Good afternoon - working on a project for work. We have a staging.com site where we use entra and a gateway site that directs to our apps.
im working on a staging.com/app1 blazor app. trying to figure out how to get entra to work with it. everything im seeing is about how tos etup azureAd in the config and direct to login, but in my case, im being told to just redirect to staging.com , login there, then i can click back into my app manually. how would i go about grabbing the entra information in that case? same with local dev? if im getting entra info from staging.com how would i transfer that/read that from localhost/app1?
any help would be massively appreciated
im working on a staging.com/app1 blazor app. trying to figure out how to get entra to work with it. everything im seeing is about how tos etup azureAd in the config and direct to login, but in my case, im being told to just redirect to staging.com , login there, then i can click back into my app manually. how would i go about grabbing the entra information in that case? same with local dev? if im getting entra info from staging.com how would i transfer that/read that from localhost/app1?
any help would be massively appreciated