ariacom / Seal-Report

Database Reporting Tool and Tasks (.Net)
https://sealreport.org
Other
1.43k stars 466 forks source link

Add whether OpenID Connect is configured #64

Closed rearguard-hu closed 2 years ago

rearguard-hu commented 2 years ago

You can enable OpenID Connect using the AppSettings. To test OpenID Connect, you need to configure Authentication in appSettings after building IdentityServer. We need you to review the submission and consider the optimal solution for OpenID Connect. This submission is just a simple implementation.

ariacom commented 2 years ago

Ok, it is difficult to check the implementation. You should provide a version that works in a basic case.

Thank you.

From: rearguard @.> Sent: jeudi, 3 mars 2022 11:30 To: ariacom/Seal-Report @.> Cc: Subscribed @.***> Subject: [ariacom/Seal-Report] Add whether OpenID Connect is configured (PR #64)

You can enable OpenID Connect using the AppSettings. To test OpenID Connect, you need to configure Authentication in appSettings after building IdentityServer. We need you to review the submission and consider the optimal solution for OpenID Connect. This submission is just a simple implementation.


You can view, comment on, or merge this pull request online at:

https://github.com/ariacom/Seal-Report/pull/64

Commit Summary

File Changes

(6 https://github.com/ariacom/Seal-Report/pull/64/files files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/ariacom/Seal-Report/pull/64 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AC674AYG3G477UF67LVF2G3U6CIBTANCNFSM5P2BSR7A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/AC674A3EKOEZQRDNK4IFOPTU6CIBTA5CNFSM5P2BSR7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4RIJIMUA.gif Message ID: @. @.> >

ariacom commented 2 years ago

I just committed some small changes: flag unique in the configuration to show up only the OpenId server, change in SWILogout

it is working with the sample provided