You are here |
blog.cleancoder.com | ||
| | | |
blog.bencope.land
|
|
| | | | The journey to master functional programming involves shifting one's approach of even the simplest problems. It is a different paradigm after all. But don't be intimidated, because this journey is best travelled by embracing small shifts in thinking. Unlearning small things and learning other (perhaps smaller) things. Previously we looked | |
| | | |
mike.zwobble.org
|
|
| | | | ||
| | | |
nondv.wtf
|
|
| | | | Implementing OOP in a functional programming language | |
| | | |
damienbod.com
|
|
| | This post looks at implementing an Open ID Connect identity provider in Microsoft Entra External ID. Auth0 is used as the identity provider and an ASP.NET Core application is used to test the authentication. Microsoft Entra External ID federates to Auth0. Client code: https://github.com/damienbod/EntraExternalIdCiam Microsoft Entra External ID supports federation using OpenID Connect and was... |