Skip to content

1011193: Added Blazor with AWS Cognito topic#7970

Open
ponselvajeganathan wants to merge 6 commits intodevelopmentfrom
1011193-awscognito
Open

1011193: Added Blazor with AWS Cognito topic#7970
ponselvajeganathan wants to merge 6 commits intodevelopmentfrom
1011193-awscognito

Conversation

@ponselvajeganathan
Copy link
Collaborator

Description

Need to add Blazor with AWS Cognito topic in Blazor UG.

Code Studio usage(Mandatory)

  • Code Studio used in this PR/MR?

    • Yes
    • No
  • If Yes: Primary use (choose one)

    • Generate new content
    • Refactor/improve existing content
    • Review assistance (explanations/summaries)
    • Other:
  • Outcome

    • Saved time
    • Neutral
    • Cost time
  • If “Cost time” explain in short (1 or 2 lines):

Type of Change

  • New documentation page
  • Update to existing documentation
  • Bug fix (broken links, typos, formatting issues)
  • Structural change (folders, navigation, index)
  • Content improvement (clarity, examples, screenshots)
  • Other (please describe):

Reviewer Checklist (Mandatory)

  • Reviewed the provided Code Studio usages related information
  • Content changes follow UG/Documentation guidelines
  • All provided information reviewed and verified
  • Links and previews checked

@ponselvajeganathan ponselvajeganathan added the cs:used AI was used in this PR label Mar 23, 2026
@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: 1011193-awscognito

@ponselvajeganathan ponselvajeganathan changed the title 10111993: Added Blazor with AWS Cognito topic 1011193: Added Blazor with AWS Cognito topic Mar 23, 2026
@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: 1011193-awscognito
Technical Error(s): 0
Spelling Error(s): 24
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 2
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: 1011193-awscognito

@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: 1011193-awscognito
Technical Error(s): 0
Spelling Error(s): 20
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0


## Prerequisites

* .NET 10
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

endpoints mapped in - remove you

@@ -0,0 +1,342 @@
---
layout: post
title: Using Syncfusion Blazor Server with AWS Cognito
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

paging enabled but adding only 2 data.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

details missing about configuring the aws cognito

@SyncfusionBuild
Copy link
Contributor

The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit.

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: 1011193-awscognito

@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: 1011193-awscognito
Technical Error(s): 0
Spelling Error(s): 7
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: 1011193-awscognito

@SyncfusionBuild
Copy link
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: 1011193-awscognito
Technical Error(s): 0
Spelling Error(s): 1
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Removed instructions for finding Authority and ClientId values in Amazon Cognito.
@SyncfusionBuild
Copy link
Contributor

Build Status: INQUEUE 🕒
Build Location: 1011193-awscognito

@SyncfusionBuild
Copy link
Contributor

Build Status: INPROGRESS 🔃
Build Location: 1011193-awscognito

@SyncfusionBuild
Copy link
Contributor

CI Status: SUCCESS ✅
Source Compilation: SUCCESS ✅
Build Location: 1011193-awscognito
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cs:used AI was used in this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants