The .NET 8 Auth Changes You Must Know About!

  Рет қаралды 131,967

Nick Chapsas

Nick Chapsas

9 ай бұрын

Use code DDD20 and get 20% off the brand new Domain-Driven Design course on Dometrain: dometrain.com/course/getting-...
Become a Patreon and get source code access: / nickchapsas
Hello, everybody, I'm Nick, and in this video, I will show you how Authentication and Identity have changed in .NET 8 in an effort to simplify it and make it more accessible.
Subscribe to Amichai: @amantinband
Workshops: bit.ly/nickworkshops
Don't forget to comment, like and subscribe :)
Social Media:
Follow me on GitHub: bit.ly/ChapsasGitHub
Follow me on Twitter: bit.ly/ChapsasTwitter
Connect on LinkedIn: bit.ly/ChapsasLinkedIn
Keep coding merch: keepcoding.shop
#csharp #dotnet

Пікірлер: 335
@eg8568
@eg8568 9 ай бұрын
This is such a helpful addition. I recently had to build whole identity system and whilst a lot of the heavy lifting was taken care for me by identity, I had to build the endpoints for generating & refreshing tokens, resetting user passwords, etc. This would have saved SO much of my time.
@jessecalato4677
@jessecalato4677 9 ай бұрын
@@ApheliontI'm seriously thinking about this right now.
@eg8568
@eg8568 9 ай бұрын
@Apheliont I'd always recommend against implementing your own solution (and said so to my company!), but they didn't want to pay the license fee for Duende. Anyways, deep diving into Identity/Open ID was a good learning experience for me so I can't complain
@Velociapcior
@Velociapcior 9 ай бұрын
@@eg8568 Azure has 50 000 MAU for free on B2C
@virtualdars
@virtualdars 9 ай бұрын
You are not alone.
@HarrishSelvarajah
@HarrishSelvarajah 7 ай бұрын
@eg8568 Why did you not have a look at dunde ?
@josephizang6187
@josephizang6187 9 ай бұрын
This is perfect! I think Microsoft should prescribe the right way of doing things and leave it to devs to customize it in anyway they want. Nice video Nick
@Paul-uo9sv
@Paul-uo9sv 7 ай бұрын
November 14, 2023 ASP .NET Core 8, with its much-anticipated features and enhancements, is scheduled to be officially released on November 14, 2023
@__a8as
@__a8as 5 ай бұрын
Is this thing secure?
@jeffbarnard348
@jeffbarnard348 9 ай бұрын
This is great for small projects, but it's not OAuth2.0 and OIDC standardized. We'll still need to integrate OpenIddict or IdentityServer for full compliance
@Jared-150
@Jared-150 9 ай бұрын
I've been using OrchardCore just for its out of the box OpenIddict.
@TheProTip
@TheProTip 9 ай бұрын
My other comment got deleted because I linked the repo.. There is code in the Asp Net Core project for handling OIDC flows (including I believe opaque tokens). If you don't need to be an IdP it's all buried in there and you can scaffold out the UI and see the stuff in action via the Razor pages right now.
@shanemonck3225
@shanemonck3225 8 ай бұрын
second this, very correct
@carson8417
@carson8417 15 күн бұрын
yeah they destroyed the authentication that we actually need
@ExpensivePizza
@ExpensivePizza 9 ай бұрын
I literally just manually coded something like this a couple of weeks ago. This would have made things much easier. I would love to see more content around this topic on the different token types, how to integrate it with front end frameworks like React and Vue and different backend databases like MongoDB.
@PippiTheLongSock
@PippiTheLongSock 9 ай бұрын
I would love to see how well these endpoints could be customized. For example, what if you want to have some custom fields when registering a user (first name, last name, etc). How can you modify the request body? You also need to override the underlying implementation of the given endpoint. Suggestion for you Nick: When all of the new improvements to the way we deal with identity are finally released in dotnet 8, can you create a full course on what would be the modern/recommended approach of working with identity. Because over the years there have been so many ways and it really has become confusing (especially for a beginner). Also, Microsoft have been pushing the Identity UI MVC (or was it actually razor pages, idk) built-in capabilities, which for me was a mistake as the industry is really moving away from the MPAs. I promise I would be the first to buy this course :) Edit: You can even collaborate with Anton from RawCoding because as you know he is very passionate about auth
@10Totti
@10Totti 9 ай бұрын
Exact!
@jomama55ful
@jomama55ful 9 ай бұрын
I have to agree. My learning experience with auth was painful at best and has led to a lot of confusion as to best practices. In the end I found using third party solutions was less painful as a rule.
@mateuszkaleta1495
@mateuszkaleta1495 9 ай бұрын
That's the point
@yessenzhol8989
@yessenzhol8989 9 ай бұрын
yeah! it's like a marketing feature😅 this is for programmers who like to compare programming languages by writing helloworld application )) loook, in python enough "print('hello')" in c# it needs so many codes like (class program { static void Main(string[] args) { Console.WriteLine('hello'); }😂😂
@elpe21
@elpe21 9 ай бұрын
I guess you have to scaffold the endpoints and do what's necessary. Additional fields most likely is just a matter of adding properties as those endpoints will work on T where IdentityUser
@jerryjeremy4038
@jerryjeremy4038 9 ай бұрын
I really like it. Thanks Nick. I hope you create a video about this in full details and features.
@luis1118
@luis1118 9 ай бұрын
Hope the new documentation will be clear about the addition of social login options 😬
@jeffjones9502
@jeffjones9502 9 ай бұрын
This is awesome! After setting up auth so many times this will definitely help streamline and make the process easier.
@fifty-plus
@fifty-plus 9 ай бұрын
Finally, I've been using this since it dropped instead of writing a ton of custom code. Very nice.
@alex.semeniuk
@alex.semeniuk 9 ай бұрын
Nick, you are doing a great job! Keep it up.
@marijnfeijten
@marijnfeijten 9 ай бұрын
For one of my projects I was looking into doing this myself and thought it would be a pain to setup. Then I saw that Microsoft was adding this and it looks really cool. Thanks for explaining yet another great topic!
@saicharan1000
@saicharan1000 6 ай бұрын
I just needed this for what I am building. Thanks a lot.
@todorkatsarski7487
@todorkatsarski7487 9 ай бұрын
I loved that Doug reference. THIS is awesome content.
9 ай бұрын
Looks great I just hope there is enough customization possible and (more important) that the documentation for customization is well written. Are there also razor pages/blazor templates for UI variants of the endpoints?
@ZimTachyon
@ZimTachyon 6 ай бұрын
You deliver excellent and relevant information which helped me a lot. Thank you.
@MaximilienNoal
@MaximilienNoal 9 ай бұрын
Finally ! It was such a headache.
@thechrisgate
@thechrisgate 9 ай бұрын
True
@sanampakuwal
@sanampakuwal 9 ай бұрын
Yes
@TheSpruut
@TheSpruut 9 ай бұрын
great video, thanks Nick
@muzammilghani2492
@muzammilghani2492 9 ай бұрын
Great video Nick 👍🏻
@tanglesites
@tanglesites 9 ай бұрын
This is a game changer and such a time saver!
@leoravilo2812
@leoravilo2812 9 ай бұрын
Oh god... I waited for that for so long... Finally !
@hemant-sathe
@hemant-sathe 9 ай бұрын
It’s great to see the improvements and also encouraging to see David Fowler replying to questions. Loving it. Is it possible to set up an independent auth server with this to be shared across multiple services? Also does this work with other third party systems like social login and azure Active Directory? Can we map the user with any Active Directory attributes like email, name, groups etc?
@Zenoc2
@Zenoc2 9 ай бұрын
+1 here wondering whether this can be used with an independent auth server for multiple services!
@eg8568
@eg8568 9 ай бұрын
@marklnz why wouldn't you call the extension method to add the endpoints? Functionality such as resetting user passwords etc would likely still be needed
@SlugiuesRex
@SlugiuesRex 9 ай бұрын
Also, are there any improvements in net8 that work more efficiently with Azure Functions ??
@hemant-sathe
@hemant-sathe 9 ай бұрын
@@marklnz I tend to favour Azure AD instead of local auth db. Azure B2B can be overkill at times but then you don't need to worry much about the authN functionality.
@atur94
@atur94 9 ай бұрын
That is so freaking awesome. Finally
@SnOrfus
@SnOrfus 9 ай бұрын
This is definitely great, and a move in the right direction. That said, in the enterprise, it’s extraordinarily rare to build authn as part of your API like this. You’re almost always integrating with a 3rd party IdP/oidc/saml, and that integration is equally annoying.
@rzaip
@rzaip 9 ай бұрын
Yea, I was just thinking if this could replace IdentityServer and came to the same conclusion that this is mostly for single apps that doesn't require oidc or single sign on.
@allenn9068
@allenn9068 9 ай бұрын
Great intro to this new feature. Echoing questions about generating and customizing UI for AspNet, Blazor, or SPA frameworks. Wondering if there are templates to start with. Looks perfect for a simple personal web site that has auth for an admin area or customer/client features. Wondering if it can be used for a Generic Host as well as for a Web Host. Will have to try it. Looks good!
@virtualdars
@virtualdars 9 ай бұрын
This is great! In this example the protected endpoint resides on the same Auth microservice (with RequireAuthorization()). Nick, can you please show us another sample of the separate API service that performs validation of the access tokens issued by this Auth service? Thank you!
@drrd5145
@drrd5145 Ай бұрын
Would love to see that! I'm looking for an example in .NET8, where I have a service that is used for login/token authentication and other API (separated service) that will use the token to call the service. Looks like any example assumes that the services API are the SAME as the authentication API.
@poojamahtha2780
@poojamahtha2780 6 ай бұрын
Wow ! Such a great video.
@luigicfilho
@luigicfilho 9 ай бұрын
For my case, I'm going for another approach, because the token get exposed in the client, any script on the browser has access. This can be a great idea to do a new video about the "backend for frontend" :)
@d0neall_
@d0neall_ 6 ай бұрын
What approach did you go for? Have a video?
@luigicfilho
@luigicfilho 6 ай бұрын
@@d0neall_ I use the backend for frontend approach, I don't think there is an video about it it's pretty new
@kagishophahlamohlaka2306
@kagishophahlamohlaka2306 9 ай бұрын
This is mind blowing!!!
@allothernameswherealreadytaken
@allothernameswherealreadytaken 9 ай бұрын
Fantastic! I wish they had implementet the passkey auth though.
@blackpaw29
@blackpaw29 9 ай бұрын
Really interesting, much more than I was expecting. Do you know how difficult it would be to link to an existing user database, rather than creating one from scratch?
@mrkjartanvalur
@mrkjartanvalur 9 ай бұрын
Is it possible to override e.g. the login method for custom logic like logging or add custom claims
@iSoldat
@iSoldat 9 ай бұрын
Can the new auth changes accept the AD as a user store? if so, how about mapping membership groups or custom AD properties in claims?
@WTHBrou
@WTHBrou 9 ай бұрын
How extendable is it? For instance, doing the classic step to use BCrypt or Argon instead of their default hash implementation? All it leaves is the authorization setup side to do? So far I find it pretty awesome. A huge facade made by Microsoft which certainly solves the complex setup it requires to properly create your own Identity Server. I don't remember how many times I have recalled to the documentation and guides when setting up one of these. Marvelous move done by Microsoft.
@lukegordon4734
@lukegordon4734 9 ай бұрын
Pretty easy to use bcrypt or argon2 with this. You just specify the password hashed singleton for the DI to use (I’ve done this for both already)
@antonmartyniuk
@antonmartyniuk 9 ай бұрын
Wow, that so much code I was writing before. It's so great. I wonder if any endpoint can be overriden with custom behaviour? And does this out of the box support refresh tokens if the same user is logged-in with multiple devices?
@GlebWritesCode
@GlebWritesCode 9 ай бұрын
Really helpful. Is there an option to get this working so that Identity endpoints are not in minimal API fashion?
@iron_spark
@iron_spark 9 ай бұрын
Love it!
@Daanik8
@Daanik8 9 ай бұрын
I liked the humor! 😂 But hey Nick, it would be great if you show how to integrate this identity authentication and authorization with keycloak!
@Ballebone
@Ballebone 9 ай бұрын
Ha! I was going to beg for the same thing! All of our apps require KC use. Scopes and refresh are an added bonus!
@jjeffh
@jjeffh 15 күн бұрын
StartingAsync! I think that solves a problem (a dirty background service hack like you mentioned) for me. Thanks!!
@parlor3115
@parlor3115 9 ай бұрын
Does it support storing the user session in the database in case the token needs to be invalidated?
@nilswierling5899
@nilswierling5899 9 ай бұрын
Hey! What do you think about CQRS Pattern with EF ? Any experiences on that topic? And is there maybe a Video comming from you about CQRS?
@AceSyntaxx
@AceSyntaxx 9 ай бұрын
I'd appreciate some explanation of how this integrates with other identity providers, Facebook, X etc. This looks like oidc/oauth, but you say it's not JWT, which bothers me. Could you enlighten me?
@kawamustudio
@kawamustudio 9 ай бұрын
Oidc and oauth protocols does not require token to be in JWT format.
@microtech2448
@microtech2448 9 ай бұрын
That's great that it is out of the box now. It would be nicer if it could be jwt format
@EzequielRegaldo
@EzequielRegaldo 9 ай бұрын
Where is the secret or cert? Can we change endpoints names? Can we choose features instead get all or nothing? Can i do an authentication server with this out of the box or integrate this ?
@RebelliousCanadian
@RebelliousCanadian 9 ай бұрын
Love this update. Wonder how good this works with Swagger/OpenApi and more clarification between this and a JWT bearer tokens?
@kabal911
@kabal911 9 ай бұрын
Will be seamless with Swagger, they are just endpoints. I’m guess that the difference is that this token is not base64url encoded, and does not contain client readable info, unlike a jwt
@sikor02
@sikor02 9 ай бұрын
@@kabal911I don't see these endpoints in swagger edit: I had to add builder.Services.AddEndpointsApiExplorer(); builder.Services.AddControllers(); I worked on blazor dotnet 8 app and it wasn't included by default.
@victor1882
@victor1882 9 ай бұрын
I wish they had gone with OpenIddict, but I guess they don't want another IdentityServer situation and that it would be a competitor to Azure AD (or Entra, I don't know anymore)
@brandonpearman9218
@brandonpearman9218 9 ай бұрын
I'm always worried about customization with black box magic because it looks simple until you use it in the real world. if I have to work on a system that implements this, how long will it take to figure out how to customize it. For example I may need to send an email on register, or maybe I need extra data on register to setup a relation to another entity.
@benjamininkorea7016
@benjamininkorea7016 8 ай бұрын
Well, i think the idea is that you can call the API from anywhere in your server-side logic.
@mightypirate100
@mightypirate100 6 ай бұрын
Thanks for the video. Question: How to customise the register and login endpoints to accept user id instead of email? Thank you
@dyakobaram
@dyakobaram 9 ай бұрын
i wish they also made seeding admin accounts easier with roles and claims. can you make a video about it?
@arjix8738
@arjix8738 9 ай бұрын
If by seeding you are talking about creating the default admins, then you can do that before you run the app. You can manually create a scope and get the db context.
@andrewcolleen1698
@andrewcolleen1698 9 ай бұрын
@@arjix8738that’s problematic if your app is distributed
@z_prospective160
@z_prospective160 3 ай бұрын
this is usually done via a post deployment script. if using ef core migrations you can do this in your db context class.. you can do this in your "OnModelCreating" method via the "HasData" method.
@TaiNguyen-gb1pr
@TaiNguyen-gb1pr 9 ай бұрын
Great video! How to customize register endpoint, because maybe we need more field, ex: phone, avatar...?
@nickchapsas
@nickchapsas 9 ай бұрын
Simply add the field on the user object
@arkadiyshuvaev
@arkadiyshuvaev 9 ай бұрын
I like the advice regarding EF Core 8 at 2:57. How can I reduce the cold start of EF Core in a serverless application? I have used the Debug mode and seen EF Core context initialization messages. The context initialization took 800 milliseconds per each cold start serverless invocation.
@user-ko7zs4gy3z
@user-ko7zs4gy3z 7 ай бұрын
This is a great iintro, thank you, but where is the signout URL? I can't find it in the source or the documentatioin
@danku1013
@danku1013 9 ай бұрын
Is it possible to use JWT with that approach?
@OldShoolGames
@OldShoolGames 9 ай бұрын
Hey Nick, could you please make a video on limiting the bandwidth per user for file downloads in ASP ?
@sergeitishkov2385
@sergeitishkov2385 9 ай бұрын
Do they also allow devs to specify custom routes or at least a custom prefix for all the routes? Would be nice to have this as well.
@SvdSinner
@SvdSinner 9 ай бұрын
How it will work with an enterprise identity server like Auth0?
@TechBuddyTR
@TechBuddyTR 9 ай бұрын
Is it in purpose the picture at 01.57?
@keithealanta7790
@keithealanta7790 7 ай бұрын
That's really useful. I wonder if there's an easy way to get it to use JWTs by default (I'm sure it's possible to rewrite overall, I'd just love to be able to set a flag for that, as we use JWTs in the rest of our system, and it would be ideal to maintain compatibility/)
@shahzshafie
@shahzshafie 9 ай бұрын
very helpful.. would like to know how .net8 can be integrated with a 3rd party IAM provider like Auth0...
@jiM3op
@jiM3op 9 ай бұрын
yo nick... this is great! How would this work with Windows Authentication for like Intranet Web Applications?
@Paul-uo9sv
@Paul-uo9sv 9 ай бұрын
That's great video. Thanks. November 14, 2023 ASP .NET Core 8, with its much-anticipated features and enhancements, is scheduled to be officially released on November 14, 2023
@ethanford9678
@ethanford9678 7 ай бұрын
Love the Doug DeMuro reference :D
@hevymetldude
@hevymetldude 9 ай бұрын
Love the Doug DeMuro cameo.
@JoeLizFamily4
@JoeLizFamily4 9 ай бұрын
Can this be connected to an outside service like Octa?
@btogkas1
@btogkas1 9 ай бұрын
What would be nice to have would be 1. Invalidating the token (one login, locking the user) 2. Ability to see online users. 3. Dynamic ACL based on user rights - role rights
@CryptoWulf_app
@CryptoWulf_app 8 ай бұрын
This scenario is only intended for when your service also functions as an auth-service and not when you use an auth-provider like Azure AD/Azure AD B2C, right?
@mariomandzukic8676
@mariomandzukic8676 Ай бұрын
Hello do i need 2 set of bases for doing this? Or i can put all other domain models in that data base? I used to have models in one base for example blogs walks etc and other one was identitydb can i store it all in one? "identitydb" ? or does it comes only with user model
@souleymanembengue5989
@souleymanembengue5989 9 ай бұрын
Good but It would be better to implement standards OAuth and OIDC but Microsoft does prefer to sell Azure Active Directory...
@ryanobray1
@ryanobray1 9 ай бұрын
I think this is great simplification. I do have some questions though. First, is it safe to assume that .net 8 is using data protection under the hood for managing the certs used to mint the JWT? If so, is the only out-of-the-box way to implement this in such a way that it's cluster safe, to enable sticky sessions on the load balancer? I could see that becoming problematic with long living tokens though. I'm curious to know the best practice for implementing this in a cluster because unless Microsoft has added more options since I dug into it deeply, data protection isn't all that easy/reliable to implement in a cluster without just using sticky sessions. I once wrote my own SQL server solution for hosting dp keys, but it was difficult to avoid timing issues. I had to use locking techniques to prevent failures when all nodes in the cluster were spinning up at the same time. I had to role my own because the MS sql server dp provider didn't properly handle that very concern.
@davidfowl
@davidfowl 9 ай бұрын
1. It is using data protection yes. 2. The token is not a JWT, it's a different format. 3. If there are still timing issues with data protection providers, we'll need to fix them, these tokens are on top of that subsystem.
@ryanobray1
@ryanobray1 9 ай бұрын
@@davidfowl Thanks for the response. I did catch in Nick's video that he said they aren't JWTs, but then the tokens in the login response looked a lot like what you get back in the OAuth OIDC client flow, so my brain went to JWTs. If I remember correctly, the easiest way to recreate the SQL Server DP provider timing issue was to stop all the nodes in the cluster, delete the DP keys from the database and then start the cluster. In my case, I was using Cloud Foundry with an app that I scaled up to something like 10 nodes. Even though I know the DP subsystem has some level of control around how nodes handle key rotation, I wanted to see what would happen if multiple nodes in the cluster were trying to create new keys at nearly the same time. The result in my test was that some nodes ended up with different DP keys than others because the SQL Server DP provider doesn't do any locking, which I believe could be necessary. The DP subsystem tries to get a key from the provider and if it doesn't exist, it tries having the provider write/save the one and then calls the get method again. If multiple nodes fail to get a key (because a write/save hasn't yet completed), each of those node's write/save key method will be hit, which can result in some nodes having different keys. It's pretty fringe case but was still concerning enough for me to write my own SQL provider for DP.
@lucaciandrei
@lucaciandrei 15 күн бұрын
Do you have info / video on how to set this up properly as a JWT? Is this also out of the box (configuration only)? Or should we add extra code for that?
@uflidd
@uflidd 9 ай бұрын
That was just a ton of tables and magic 😮
@jesperkped
@jesperkped 9 ай бұрын
Can you show how to do it from a blazer wasm client calling the API?
@RasulAbuMuhammadAmin
@RasulAbuMuhammadAmin 8 ай бұрын
Looks great. Wonder can I do the same using JWT token.
@aslanamca8225
@aslanamca8225 9 ай бұрын
Why not JWT?
@KonradGaska
@KonradGaska 9 ай бұрын
Just wondering how often would you really use it? In majority of current applications identity comes from external identity providers and you don't have to bother with stuff like user registration, etc. It is still cool that this was simplified though.
@cjt9150
@cjt9150 5 ай бұрын
Good work. Can you please create a video for custom authentication with cookie/local storage/session storage & without identity
@LifeWithSeb99
@LifeWithSeb99 2 ай бұрын
What's really helpful! What should I do if I don't need some of the endpoints? For example my API won't use 2 factor authentication
@_curtman
@_curtman 9 ай бұрын
Can't wait for .Net 8 to be released.
@Bourn77
@Bourn77 9 ай бұрын
Does it support role based access system by default?
@xanhxanh5097
@xanhxanh5097 9 ай бұрын
Nick could you make a dometrain video on this how to set this up with react/angular and signing in with a social media account.
@jason3898
@jason3898 6 ай бұрын
6:10 What plugin allows you to explore the sqlite db file like that?
@Spirch
@Spirch 9 ай бұрын
so i guess i will spend time at work to see if this can do what is missing in azure B2C, OBO / web api chain api
@liam2161
@liam2161 2 ай бұрын
I'm completely lost using Blazor server with an entra app registration with app roles. I can't understand how to pull the entra app roles into the authorisation so I can use within my razor pages. Do you have any content that would guide me on using an entra app with app roles, I would like the application authorisation undertaken by Entra and the groups/users can then use identity governance to request access to a group etc.
@wusswuzz5818
@wusswuzz5818 2 ай бұрын
Hi when i try this and access a protected minimal api endpoint I get a 404 because it is trying to redirect to Account/Login which does not exist. Is there a way to disable this behaviour so I can get the expected 401?
@ChuckGiddens
@ChuckGiddens 7 ай бұрын
Do you have a video on how to handle this on the Blazor Client side? No one ever shows the client side....
@kamildobkowski2554
@kamildobkowski2554 6 ай бұрын
hey, can you change default route of the actions? like for example instead of /login to login id like to use /api/login. Is it possible?
@Silentsouls
@Silentsouls 9 ай бұрын
What about B2C integration ?
@systemslave510
@systemslave510 9 ай бұрын
Now how to make it work with dapper?
@NeUrOmAnCeRAI
@NeUrOmAnCeRAI 8 ай бұрын
How customizable is this? Say I want to add users by admin without registering. Or disable password recovery?
@ocnah
@ocnah 9 ай бұрын
Where does the key/secret live for creating the tokens?
@user-ef8tm4es8m
@user-ef8tm4es8m 8 ай бұрын
If you want to add custom business rules to the Identity API, how do you do that here? Where can the API be modified?
@oldmanscreaming
@oldmanscreaming 6 ай бұрын
is there a way to delete the api key? or revoke it?
@vasilisplavos
@vasilisplavos 2 ай бұрын
Thank you so much Nick for your informative video. I was wondering, what options do we have if we want to sign in users with phone number or anonymously? Google is providing these options out of the box with a PaaS solution! Do we have something similar here?
@Pvyron
@Pvyron 9 ай бұрын
Haven't tried it on a production app but wouldn't it cause breaking changes to existing custom auth setup?
@mctechcraft7
@mctechcraft7 9 ай бұрын
Can I use Dapper for this or do I have to use EF core
@runninstermz
@runninstermz 5 ай бұрын
do you think there is a way to login using Active directory and return a bearer token?
@KibbleWhite
@KibbleWhite Ай бұрын
Is there a gRPC version of this? Many thanks
@benjamininkorea7016
@benjamininkorea7016 8 ай бұрын
I don't understand. Are these API endpoints only accessible from onsite? What's to stop someone from batch-creating a million accounts using the register endpoint?
@HeyWhoTheFuckAreYou
@HeyWhoTheFuckAreYou 9 ай бұрын
What about OpenIddict? Can they be used together or does this update fully cover OpenIddict functionality?
@tedchirvasiu
@tedchirvasiu 9 ай бұрын
This does not look like OpenID
@KeithBarrowsToday
@KeithBarrowsToday 7 ай бұрын
Will this work with existing identity systems - like Okta, Ping Identity, etc?
@JKhalaf
@JKhalaf 6 ай бұрын
Can you please do a video on how to setup .NET 8 with AWS Cognito with the Blazor auth scaffolding pages?
How C# 12 Changes Your .NET Classes Forever
9:05
Nick Chapsas
Рет қаралды 78 М.
The New Data Protection Features of .NET 8 (GDPR)
14:10
Nick Chapsas
Рет қаралды 48 М.
Super gymnastics 😍🫣
00:15
Lexa_Merin
Рет қаралды 27 МЛН
WHY DOES SHE HAVE A REWARD? #youtubecreatorawards
00:41
Levsob
Рет қаралды 42 МЛН
Coding Short: Using Bearer Tokens in .NET 8 Identity
14:31
Shawn Wildermuth
Рет қаралды 24 М.
Forget Grafana And Prometheus! Start With This.
10:51
Nick Chapsas
Рет қаралды 43 М.
microsoft will take screenshots of your computer every 5 seconds
9:34
Low Level Learning
Рет қаралды 104 М.
Unity Templates in Rider | Unity Tutorial
4:19
Sylvan Glade
Рет қаралды 62
Auth Does NOT Have To Be Hard
17:13
Web Dev Simplified
Рет қаралды 94 М.
"Stop Using Async Await in .NET to Save Threads" | Code Cop #018
14:05
The Easiest Way to Create PDFs in .NET
9:47
Nick Chapsas
Рет қаралды 103 М.
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
The New .NET 9 HybridCache That You Must Upgrade To!
14:34
Nick Chapsas
Рет қаралды 41 М.
Super gymnastics 😍🫣
00:15
Lexa_Merin
Рет қаралды 27 МЛН