Even if I was a __Borland Prolog__ developer, I'd watch this, and force myself to learn Blazor just for how y'all sang "BLAZOR TRAINnnn!.." at the intro! PROPS, guys!
Excellent.. thank you carl. I am trying to implement this in existing code(Episode 16 in this series) but i am getting errors. if possible make the session to implement the identity in existing WASM project.
Thanks! You may want to watch this Friday's episode. Carl will be showing how to add Azure AD B2C to a Blazor app. ruclips.net/video/73qnhE9pW0E/видео.html
Thanks so much to you and DevExpress for this "TOTALY WICKED" series (ref. The Incredibles). Carl - heard your podcast (.NET Rocks) talking about OAuth recently ("IdentityServer Update with Dominick Baier and Brock Allen").. and muttering under your breath about using it to secure WASM/Hosted, and some additional plumbing you had to do.. will you be doing a Blazor Train on this topic as well? Again -
This is not secure though, right? This is just for UI purposes, right? It's code that's checking whether or not I'm authorized, but the code is running in my browser. So I can do a WebDisassembly and change the code.
Thanks for the great video! Very informative and easy to follow along. At 1:37 the database tables are created using update-database from the Package Manager console. I published the app and am trying to run in 'production' on another server, but am getting an exception when I try and login (I believe because the database tables aren't created). I believe I changed the connection string appropriately - any hints on how to create the database tables in production? (I've been googling for a couple hours but am so green I'm not even sure what I should be googling for...)
Figured it out! Instead of 'update-database', run 'Script-Migration' from the package manager console which generates a script you can run in SQL Server Management Studio on your production server (from this link: docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=vs)
the tutorial is ok but the main concern is... if you already have a page, how do you secure it?... that's the main problem, how to add custom authentication without ms wizard...
Even if I was a __Borland Prolog__ developer, I'd watch this, and force myself to learn Blazor just for how y'all sang "BLAZOR TRAINnnn!.." at the intro!
PROPS, guys!
I've been banging my head against the wall all day. Your video gave me the exact code I needed.
Glad it helped!
Excellent!
Thank you very much Carl and DevExpress.
You're welcome! Glad you're enjoying the series!
Excellent video, thank you Carl
Thank you, Carl, this tutorial is great!
Excellent.. thank you carl. I am trying to implement this in existing code(Episode 16 in this series) but i am getting errors. if possible make the session to implement the identity in existing WASM project.
Wonderfull solution! works great!! Had some strugles in the live environment but that had something todo with certificates. Thanks for this video!
Very nice, thank you for it !
Where should I add table with this system in my DB User, for exemple, phone, customUserfactory?
Excellent video and topic as usual.
Will you be covering Azure AD authentication anytime soon ?
Thanks! You may want to watch this Friday's episode. Carl will be showing how to add Azure AD B2C to a Blazor app. ruclips.net/video/73qnhE9pW0E/видео.html
Have a look at this link it may help you : ruclips.net/video/hZtCSf7eX1g/видео.html&ab_channel=AKAcademy
@@DeveloperExpress Awesome, looking forward to it already.
Any video for WebAssembly without hosted Client side Login ?
Thanks so much to you and DevExpress for this "TOTALY WICKED" series (ref. The Incredibles).
Carl - heard your podcast (.NET Rocks) talking about OAuth recently ("IdentityServer Update with Dominick Baier and Brock Allen").. and muttering under your breath about using it to secure WASM/Hosted, and some additional plumbing you had to do.. will you be doing a Blazor Train on this topic as well? Again -
Great idea! We let Carl know and he said he could do that.
This is not secure though, right? This is just for UI purposes, right? It's code that's checking whether or not I'm authorized, but the code is running in my browser. So I can do a WebDisassembly and change the code.
Thanks for the great video! Very informative and easy to follow along. At 1:37 the database tables are created using update-database from the Package Manager console. I published the app and am trying to run in 'production' on another server, but am getting an exception when I try and login (I believe because the database tables aren't created). I believe I changed the connection string appropriately - any hints on how to create the database tables in production? (I've been googling for a couple hours but am so green I'm not even sure what I should be googling for...)
Figured it out! Instead of 'update-database', run 'Script-Migration' from the package manager console which generates a script you can run in SQL Server Management Studio on your production server (from this link: docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=vs)
the tutorial is ok but the main concern is... if you already have a page, how do you secure it?... that's the main problem, how to add custom authentication without ms wizard...
Great question! Carl says he will answer this on next week's episode.