Hi! I followed the instructions and successfully authenticated users during login from my blog tenant registered in the SSO tenant. After authentication, the users are created, but I'm facing an issue with their roles. In the SSO tenant, these users are assigned roles such as admin or moderator. However, when I log in using the SSO tenant's authentication from the blog tenant, the users are created with the same name and email, but their roles are not being assigned. I would like to achieve proper SSO functionality where the users retain their roles during the authentication process. Any guidance on how to resolve this issue would be greatly appreciated!
@anpetrolhead9 күн бұрын
This is amazing, is it possible to see the source code from this demo?
@Bin_Abodan26 күн бұрын
Congratulations 🎉 Teacher Hisham ❤
@chaoweixiong5819Ай бұрын
最新版本的elsa 3.2有很多bug😂。2是很稳定的
@amarpanray Жыл бұрын
I kinda want to sit down and drink a bottle of wine and discuss technology with this guy.
@AhmadLafi-TheFirst Жыл бұрын
Regarding the ID discussion started at 44:00, what about cluster setup, there will be multiple distributed stores, are the IDs still guaranteed to be unique?
@Alejandro-wq6vq3 жыл бұрын
How do I query by Id? I didn't find that in the samples
@Alejandro-wq6vq3 жыл бұрын
Found it "var circle = await session.GetAsync<Circle>(circleId);" This looks so good! Thank you!
@moofymoo3 жыл бұрын
yes, i'm sold to yessql. try this in new mini-project.
@aarontheeranitpongtongmuan2334 жыл бұрын
Such a good presentation, thanks.
@BruceHopkinsSeo4 жыл бұрын
Open a browser to autovpn
@victorzcorp4 жыл бұрын
Amazing
@BAS-645 жыл бұрын
Thanks !
@ZenTrickz5 жыл бұрын
Brilliant! I am going to start diving into this. The data layer in Orchard Core seems extraordinarily well designed. I'm so glad that you guys managed to integrate GraphQL into your data access layer as well. The power of this architecture can't be understated.
@韩严重6 жыл бұрын
It is highly recommended to post to the Microsoft website for more Chinese developers to see ,because the Chinese network cannot access youtube.com @Microsoft
@abdulkareemesawy9616 жыл бұрын
I can't find this module with orchard 10.1
@gerardwhite73217 жыл бұрын
This is really helpful. To cover so much ground and in such detail is impressive. Thank you.
@hinasheikh21627 жыл бұрын
hi may i have the your material on content field for date time picker
@ProgrammingMadeEZ7 жыл бұрын
28:30 - That's not what he asked. LOL
@686813957 жыл бұрын
great video!
@EpicDecorum7 жыл бұрын
The sample code shown in this talk can now be found here: github.com/IDeliverable/ClientSideAppDemos
@morrisonbrett7 жыл бұрын
Great presentation showing how to extend Orchard.
@sharkboymyonlineband46087 жыл бұрын
This is a great talk. You should do an updated one that accounts for all the namespace changes since this was done.
@apettyfamily7 жыл бұрын
Go Jorge!
@JeffsTravels7 жыл бұрын
Just tried your Onestop slideshow and layout using orchard 1.10.1. I am very impressed. It works well and is very intuitive.
@ryanjackson0x7 жыл бұрын
What is the name of the XML guy you mentioned?
@orney21d7 жыл бұрын
Hi, is delayed the roadmap estimated right??
@cpurepair7858 жыл бұрын
Is it possible to get the source code for this still?
@NawfalHasan8 жыл бұрын
hard to understand his accent. any idea where the speaker is from originally?
@BertrandLeRoy7 жыл бұрын
Why does it matter where "he" is from?
@NawfalHasan7 жыл бұрын
Bertrand Le Roy just curiosity, which culture has that accent.
@BertrandLeRoy7 жыл бұрын
French
@686813958 жыл бұрын
i don't hear anything!!
@orney21d8 жыл бұрын
Hi, when is the release date of 2.0 version? . Thanks.
@RuiSilva4506 жыл бұрын
October 2018 is the estimated RC release date
@FaycalBellamine6 жыл бұрын
Hello, is the date still October
@emmanuelsalami25809 жыл бұрын
Can u provide a link to the source code ?
@686813958 жыл бұрын
github.com/VirtoCommerce/vc-platform
@rtpHarry8 жыл бұрын
It doesn't look like Sipke has published the source code (I checked his GitHub account at github.com/sfmskywalker).
@j1shin9 жыл бұрын
How to use strongly typed shapes - 18:46
@gustavotandeciarz79579 жыл бұрын
+1 for the statement at 1:01
@gustavotandeciarz79579 жыл бұрын
So, right around the 13 minute mark, they start discussing other platforms and what they do better than Orchard. They get to Wordpress around the 19 minute mark. I just wanted to add that I think the widgets support in Wordpress is much easier to implement - let's say I want to add a gallery widget: I can add a code block in my post content [Gallery:1] and boom, I have a gallery embedded on that page. In Orchard, I have to create a layer, add the widget in the layout section, etc. This makes large, complex websites almost impossible to manage because I lose sight of where my content is and I end up with a layouts page with a crazy amount of layers. Also, mixing public and private content (i.e. show this widget or this block of text if the user is logged in and has a role of 'x') is very difficult to do in Orchard. You have to create a layer for the page that has the shared public/private content, then create a widget for each version of the content (one for public and one for private).
@candemg9 жыл бұрын
Is it possible to implement the off-canvas sliding menu in an orchard theme? (just for mobile and tablet)
@trentnix10 жыл бұрын
I can't seem to find OneStop.Layouts and OneStop.Slideshow for download. They mentioned in the talk it would be available after Harvest. Any updates?
@trentnix10 жыл бұрын
I found OneStop.Layouts on bitbucket. bitbucket.org/onestop/module_onestop_layouts I found a project for OneStop.Slideshow but there's nothing there as of yet (get moving guys!): bitbucket.org/onestop/onestop.slideshow Why aren't these in the Orchard Gallery? There's not a lot of great stuff in the gallery, and it seems there is a lot of great stuff scattered around the web.