Part 9 MDriven Turnkey, cloud tools and access groups
mNo edit summary
mNo edit summary
Line 9: Line 9:


<p>
<p>
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em>
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em> </p>
<style type="text/css">
<style type="text/css">
  p {
  p {
Line 17: Line 17:
padding-bottom: 10px;
padding-bottom: 10px;
}
}
</style>
#video12 {
</p>
  position: relative;
  padding-bottom: 10px;
}
#video12::after {
  content: "";
  display: table;
  clear: both;
}
#video12 iframe {
  width: 100%;
  min-width: 200px;
  max-width: 740px;
  height: 500px;
  float: left;
}
 
@media (max-width: 767px) {
  #video12 iframe {
    height: 180px;
  }
}
 
#video12 div {
  float: left;
  padding-left: 10px;
overflow-y: auto;
height: 500px;
}
span.time {
    display:block;
  padding: 2px 10px 2px 10px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  opacity: 0.7;
}
span.time:hover {
  color: #0000FF;
  cursor: pointer;
}
span.time:focus {
  color: blue;
}
</style>
<br>
<br>
<div id="video12">
<div id="video12">
Line 24: Line 66:
   <div>
   <div>


     <span data-video="yDKHzI992jQ" data-start="69" tabindex="0"> MDriven turnkey
     <span class="time" data-video="yDKHzI992jQ" data-start="69" tabindex="0"> MDriven turnkey
     </span>
     </span>
     <span data-video="yDKHzI992jQ" data-start="90" tabindex="0"> Cloud connection tool </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="90" tabindex="0"> Cloud connection tool </span>
     <span data-video="yDKHzI992jQ" data-start="246" tabindex="0"> License and ticket site </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="246" tabindex="0"> License and ticket site </span>
     <span data-video="yDKHzI992jQ" data-start="326" tabindex="0"> Viewmodel named index </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="326" tabindex="0"> Viewmodel named index </span>
     <span data-video="yDKHzI992jQ" data-start="516" tabindex="0"> MDriven designer snippets </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="516" tabindex="0"> MDriven designer snippets </span>
     <span data-video="yDKHzI992jQ" data-start="546" tabindex="0"> <strong> ASPNETIdentity.snippets:</strong> </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="546" tabindex="0"> <strong> ASPNETIdentity.snippets:</strong> </span>
     <span data-video="yDKHzI992jQ" data-start="648" tabindex="0"> &bull; Apply snippet dialogue </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="648" tabindex="0"> &bull; Apply snippet dialogue </span>
     <span data-video="yDKHzI992jQ" data-start="787" tabindex="0">  &bull;  SysUser </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="787" tabindex="0">  &bull;  SysUser </span>
     <span data-video="yDKHzI992jQ" data-start="805" tabindex="0">  &bull; SysSingleton </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="805" tabindex="0">  &bull; SysSingleton </span>
     <span data-video="yDKHzI992jQ" data-start="1029" tabindex="0"> MDriven server persistence </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="1029" tabindex="0"> MDriven server persistence </span>
   <span data-video="yDKHzI992jQ" data-start="1289" tabindex="0"> Authentication on the site </span>
   <span class="time" data-video="yDKHzI992jQ" data-start="1289" tabindex="0"> Authentication on the site </span>
     <span data-video="yDKHzI992jQ" data-start="1379" tabindex="0"> <strong> Access Groups of users:</strong> </span>
     <span class="time" data-video="yDKHzI992jQ" data-start="1379" tabindex="0"> <strong> Access Groups of users:</strong> </span>
     <span data-video="yDKHzI992jQ" data-start="1479" tabindex="0">  &bull; Actions controlled by access groups </span>  </div>
     <span class="time" data-video="yDKHzI992jQ" data-start="1479" tabindex="0">  &bull; Actions controlled by access groups </span>  </div>
</div>
</div>



Revision as of 10:59, 15 October 2017

Access groups

In this part of MDriven designer sessions access groups have been shown and how we can use them to authenticate and authorize users. You probably have different users in your system and these users are probably associated with an access group somehow (ActiveDirectory or something in your application).You will want to allow and disallow user groups to execute actions.This could be done as enable expressions on the Actions – but that would not be very nice since it would kidnap the use of enable from the normal things we use enable for (check data state). Also if a user is never allowed to execute “TheAdminInterface” it might be best to hide that action from view all together. To facilitate this Modlr has a new concept called AccessGroups .
Also we have demonstrated how you can continue with the fast pace loop of edit and deploy.

To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.


MDriven turnkey Cloud connection tool License and ticket site Viewmodel named index MDriven designer snippets ASPNETIdentity.snippets: • Apply snippet dialogue • SysUser • SysSingleton MDriven server persistence Authentication on the site Access Groups of users: • Actions controlled by access groups

This page was edited 99 days ago on 02/10/2024. What links here