Skip to content

Commit 3e98597

Browse files
authored
add example for Entra ID with SAML (#7732)
* start example for entra id saml * updates * rm unused images
1 parent 2d26d01 commit 3e98597

12 files changed

+391
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading

src/directory/directory.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ export const directory = {
168168
{
169169
path: 'src/pages/[platform]/build-a-backend/auth/data-usage-policy/index.mdx'
170170
},
171+
{
172+
path: 'src/pages/[platform]/build-a-backend/auth/examples/index.mdx',
173+
children: [
174+
{
175+
path: 'src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx'
176+
}
177+
]
178+
},
171179
{
172180
path: 'src/pages/[platform]/build-a-backend/auth/grant-access-to-auth-resources/index.mdx'
173181
},

0 commit comments

Comments
 (0)