Part 9 MDriven Turnkey, cloud tools and access groups
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<h4> <strong> Access groups </strong></h4>
<h4>
In this part of MDriven designer sessions access groups have been shown
  <strong> Access groups </strong>
and how we can use them to authenticate and authorize users.  
</h4>
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.
In this part of MDriven designer sessions access groups have been shown and how we can use them to authenticate and authorize
To facilitate this Modlr has a new concept called <strong> AccessGroups </strong>.
users. You probably have different users in your system and these users are probably associated with an access group somehow
<br>
(ActiveDirectory or something in your application).You will want to allow and disallow user groups to execute actions.This
Also we have demonstrated how you can continue with the fast pace loop of edit and deploy.
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
<strong> AccessGroups </strong>.
<br> Also we have demonstrated how you can continue with the fast pace loop of edit and deploy.


<p>
<p class="video-warn">
<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>
  <em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini
<style type="text/css">
    player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the
p {
    video. Now you can pick any topic to be instructed without watching the whole video.</em>
opacity: 0.7;
</p>
text-align: justify;
width: 90%;
padding-bottom: 10px;
}
#video12 {
  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) {
<div class="video">
   #video12 iframe {
  <div class="video__wrapper">
     height: 180px;
  <iframe src="https://www.youtube.com/embed/H8OcmC6EFD0?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  }
</div>
}
<div class="video__navigation">
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="74" tabindex="0"> MDriven turnkey
  </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="90" tabindex="0"> Cloud connection tool </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="95" tabindex="0"> License and ticket site </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="331" tabindex="0"> Viewmodel named index </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="521" tabindex="0"> MDriven designer snippets </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="551" tabindex="0">
    <strong> ASPNETIdentity.snippets:</strong>
  </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="653" tabindex="0"> &bull; Apply snippet dialogue </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="792" tabindex="0"> &bull; SysUser </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="810" tabindex="0"> &bull; SysSingleton </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="1034" tabindex="0"> MDriven server persistence </span>
   <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="1294" tabindex="0"> Authentication on the site </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="1384" tabindex="0">
     <strong> Access Groups of users:</strong>
  </span>
  <span class="navigation-item" data-video="H8OcmC6EFD0" data-start="1484" tabindex="0"> &bull; Actions controlled by access groups </span>
</div>
</div>


#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>
<div id="video12">
  <iframe width="740" height="500" src="https://www.youtube.com/embed/H8OcmC6EFD0?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  <div>
    <span class="time" data-video="H8OcmC6EFD0" data-start="390" tabindex="0"> MDriven turnkey
      </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="90" tabindex="0"> Cloud connection tool </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="411" tabindex="0"> License and ticket site </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="647" tabindex="0"> Viewmodel named index </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="837" tabindex="0"> MDriven designer snippets </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="867" tabindex="0"> <strong> ASPNETIdentity.snippets:</strong> </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="969" tabindex="0"> &bull; Apply snippet dialogue </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="1108" tabindex="0">  &bull;  SysUser </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="1126" tabindex="0">  &bull; SysSingleton </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="1350" tabindex="0"> MDriven server persistence </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="1610" tabindex="0"> Authentication on the site </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="1700" tabindex="0"> <strong> Access Groups of users:</strong> </span>
    <span class="time" data-video="H8OcmC6EFD0" data-start="1800" tabindex="0">  &bull; Actions controlled by access groups </span>
  </div>
</div>
<script>
var IMG = document.querySelectorAll('#video12 span'),
    IFRAME = document.querySelector('#video12 iframe');
for (var i = 0; i < IMG.length; i++) {
  IMG[i].onclick = function() {
    IFRAME.src = 'https://www.youtube.com/embed/' + this.dataset.video + '?rel=0&autoplay=1';
    if(this.dataset.end) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&end=' + this.dataset.end);
    if(this.dataset.start) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&start=' + this.dataset.start);
    this.style.backgroundColor='rgba(0,0,0,.2)';
  }
}
</script>
</html>
</html>
[[Category:MDriven Designer Sessions]]
[[Category:MDriven Designer Sessions]]

Revision as of 21:50, 31 July 2018

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 navigation-itemplace 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 90 days ago on 02/10/2024. What links here