We're want to build public website with angular on project microservice template, but not find example anywhere only example with Blazor. You're can help me suggest example build this with angular BFF public gateway and authentication server with type confidential.
Best regard,
- ABP Framework version: v8.2.2
- UI Type: Angular
- Database System: EF Core (Oracle)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes - Auth Server Separated (for Angular)
- Exception message and full stack trace: None
- Steps to reproduce the issue: None
5 Answer(s)
-
0
hi
The current public website only supports MVC.
You can create a microservice app and use angular as UI type. then change this angular app.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
then change this angular app => yup, we're doing this. But with public web use authentication type **confidential ** but don't know configuration environment angular app how that?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
But with public web use authentication type **confidential ** but don't know configuration environment angular app how that?
Can you explain in more detail(code and screenshots)?
Thanks
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
hi
I think you should use public applications for angular.
Confidential applications can hold credentials in a secure way without exposing them to unauthorized parties. They require a trusted backend server to store the secret(s).
Public applications cannot hold credentials securely.
https://auth0.com/docs/get-started/applications/confidential-and-public-applications
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
