Forum Discussion
Guest experience in redemption flow (redirections)
Hello,
we are exploring capabilities of AAD External identities and one thing is not clear to me and this where its possible to configure where is guest user redirected after redemption flow is completed.
By default it redirects to App portal but in our case we would like to share specific sharepoint library (or site) to our external B2B guests and I find no guide on how to achieve that. I cant publish sharepoint as app to be visible to guest.
Idealy it would be good to redirect user to Office Home (same as for standard tenant users) where you can see for example your latest documents.
This article only says, ... unless specified differently, but where??
Invitation redemption in B2B collaboration - Azure AD | Microsoft Docs
Please advice
many thanks
- It's a parameter you configure on the invitation. For example, if using the Graph API, specify the corresponding URI as value for the inviteRedirectUrl parameter.
- It's a parameter you configure on the invitation. For example, if using the Graph API, specify the corresponding URI as value for the inviteRedirectUrl parameter.
- Jaroslav KarlikBrass Contributorthanks a lot 🙂 I did some reading on this and parameter mentioned is part of New-MgInvitation we going to use when inviting external users
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new-mginvitation?view=graph-powershell-1.0&preserve-view=true