Fuji Nguyen

Results 8 comments of Fuji Nguyen

@proudmonkey - your template is packed with all the enterprise features. It saves time when scaffolding a robust WebAPI project. Many thanks. Please consider integration with Ocelot to support API...

Use case: suppose you have 5 API Resources and 10 client apps. You can run one instant of Id4 and one instant of Ocelot to manage and control access to...

Reported bug in https://github.com/proudmonkey/ApiBoilerPlate/issues/14

I wrote a blog to show how to use Ngx-Rocket to create an Angular app and then install/configure OIDC client to support Code Flow PKCE. I thought to share it...

@sinedied - I will be happy to help. How can I contribute to your repo? I have evaluated and integrated two popular Angular OIDC libraries into your starter kit. IHMO,...

@sinedied - I like the idea to start with "recipes". There are numerous identity and access management products (ex. identity server, Azure, AWS, Google, Auth0, Okta, etc.) supporting OIDC. Some...

I published a blog [Duende IdentityServer integration with Facebook, Google, Microsoft, GitHub, and Twitter](https://medium.com/scrum-and-coke/duende-identityserver-integration-with-external-providers-facebook-google-microsoft-github-and-b67bb74c5f1e?sk=6b8a54c3277d6026e34699fb68906309). It has step-by-step instructions to setup and connect to popular social media platforms as external authentication...

I published a [blog](https://medium.com/scrum-and-coke/duende-identityserver-integration-with-external-providers-facebook-google-microsoft-github-and-b67bb74c5f1e?sk=6b8a54c3277d6026e34699fb68906309) on how to connect to GitHub, Facebook, Google, Microsoft, and Twitter. For GitHub, set up the “https://localhost:44310/signin-github” as the Authorization callback URL in GitHub developer console.