question

VemulaVijayaKumarCognizant-4493 avatar image
0 Votes"
VemulaVijayaKumarCognizant-4493 asked VemulaVijayaKumarCognizant-4493 commented

Authentication with Blazor application

We have internal website authentication process (With in organization) and all projects should use the same to authenticate user (like single-signon model).

We are working on .Net Blazor server application where we wanted to redirect the user to internal website. After successful authentication, we should display home screen. Request to help with some sample code which covers this scenario.

Should you have any questions, please let know.. Thanks in advance for the help.

dotnet-aspnet-core-blazor
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Apologies. Our SSO Solution (internal authentication website) uses OIDC Authentication process.

0 Votes 0 ·
Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered VemulaVijayaKumarCognizant-4493 commented

you don't explain what your current SSO solution is. is it oauth, cookie with common domain, etc.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
Apologies. Our SSO solution uses OIDC Authentication.

0 Votes 0 ·
Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered VemulaVijayaKumarCognizant-4493 commented
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi.,
Thanks alot for the answer.

I tried to follow the URL and implemented sample code. It is working fine for Auth0 website. When I start making changes to our internal authentication website, it is throwing errors. i.e. Other than Auth0 website's client id, domain details, it is not allowing any other inputs.

Any suggestion in this case how to move on? As, I need to configure our internal authentication website.

Thanks in advance.

0 Votes 0 ·