1011193: Added Blazor with AWS Cognito topic#7970
1011193: Added Blazor with AWS Cognito topic#7970ponselvajeganathan wants to merge 6 commits intodevelopmentfrom
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
|
||
| ## Prerequisites | ||
|
|
||
| * .NET 10 |
There was a problem hiding this comment.
.NET 8 and 9 also will support.
|
|
||
| ### Syncfusion DataGrid on an authenticated page | ||
|
|
||
| This page shows a Sign in link when anonymous and renders a Syncfusion DataGrid once authenticated. The links hit the minimal endpoints you mapped in Program.cs. The grid uses in‑memory data to keep the sample runnable. |
There was a problem hiding this comment.
endpoints mapped in - remove you
| @@ -0,0 +1,342 @@ | |||
| --- | |||
| layout: post | |||
| title: Using Syncfusion Blazor Server with AWS Cognito | |||
There was a problem hiding this comment.
title: Using - give one empty space alone.
|
|
||
| * Standards-based OIDC: Works with ASP.NET Core's built-in OpenID Connect middleware for Blazor Server; no third-party libraries are necessary. This is the Microsoft-recommended pattern to connect non-Microsoft OIDC providers. | ||
| * Hosted UI & MFA: Pre-built, login with MFA and password policies, reducing custom auth UI work. | ||
| * Groups/roles: Emit cognito:groups in tokens for role-based authorization in your app and API. |
There was a problem hiding this comment.
not properly formated, Groups/roles: Emit cognito:groups in
|
|
||
| ## Why Amazon Cognito for Blazor? | ||
|
|
||
| * Standards-based OIDC: Works with ASP.NET Core's built-in OpenID Connect middleware for Blazor Server; no third-party libraries are necessary. This is the Microsoft-recommended pattern to connect non-Microsoft OIDC providers. |
There was a problem hiding this comment.
inconsistent use of semi colons.
|
|
||
| ### Create project | ||
|
|
||
| If you already have a Blazor project, proceed to the package installation section. Otherwise, create one using Syncfusion’s Blazor getting‑started guides. |
There was a problem hiding this comment.
getting‑started - > getting started
| If you already have a Blazor project, proceed to the package installation section. Otherwise, create one using Syncfusion’s Blazor getting‑started guides. | ||
|
|
||
| * [Server](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) | ||
| * [WebAssembly](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) |
There was a problem hiding this comment.
share server getting started alone here, we provided all steps for server alone.
|
|
||
| ### Create project | ||
|
|
||
| If you already have a Blazor project, proceed to the package installation section. Otherwise, create one using Syncfusion’s Blazor getting‑started guides. |
There was a problem hiding this comment.
proceed to the package installation section - > here is no package installation section
| <a class="btn btn-outline-secondary" href="/signout">Sign out</a> | ||
| </div> | ||
|
|
||
| <SfGrid DataSource="@_orders" AllowPaging="true" AllowSorting="true"> |
There was a problem hiding this comment.
paging enabled but adding only 2 data.
There was a problem hiding this comment.
details missing about configuring the aws cognito
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
Removed instructions for finding Authority and ClientId values in Amazon Cognito.
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Description
Need to add Blazor with AWS Cognito topic in Blazor UG.
Code Studio usage(Mandatory)
Code Studio used in this PR/MR?
If
Yes: Primary use (choose one)Outcome
If “Cost time” explain in short (1 or 2 lines):
Type of Change
Reviewer Checklist (Mandatory)