Azure-Samples / active-directory-aspnetcore-webapp-openidconnect-v2

An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
MIT License
1.38k stars 992 forks source link

Fix link in SVG #770

Closed Oxymoron290 closed 4 months ago

Oxymoron290 commented 4 months ago

Fix link in SVG

Summary of the changes

Description

The clickable nodes in the SVG for "with roles" was incorrect. Both "with roles" and "with groups" lead to 5-2-groups which is incorrect. "with roles" should lead to 5-1-roles and "with groups" should lead to 5-2-groups. I have corrected the links in the svg to reflect this.

jennyf19 commented 4 months ago

Thanks @Oxymoron290