All Projects → StefanScherer → Adfs2

StefanScherer / Adfs2

Licence: mit
Multi Vagrant environment with Active Directory

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Adfs2

Bento
Packer templates for building minimal Vagrant baseboxes for multiple platforms
Stars: ✭ 3,779 (+3129.91%)
Mutual labels:  packer, vagrant
Malboxes
Builds malware analysis Windows VMs so that you don't have to.
Stars: ✭ 900 (+669.23%)
Mutual labels:  packer, vagrant
Packer Templates
Packer templates for Vagrant base boxes
Stars: ✭ 471 (+302.56%)
Mutual labels:  packer, vagrant
Detectionlabelk
DetectionLabELK is a fork from DetectionLab with ELK stack instead of Splunk.
Stars: ✭ 273 (+133.33%)
Mutual labels:  packer, vagrant
Packer Ubuntu 1404
DEPRECATED - Packer Example - Ubuntu 14.04 Vagrant Box using Ansible provisioner
Stars: ✭ 81 (-30.77%)
Mutual labels:  packer, vagrant
Vagrant Boxes
baseboxes build with packer.io for use with vagrant
Stars: ✭ 291 (+148.72%)
Mutual labels:  packer, vagrant
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-19.66%)
Mutual labels:  packer, vagrant
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (-40.17%)
Mutual labels:  vagrant, packer
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (-33.33%)
Mutual labels:  packer, vagrant
Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-50.43%)
Mutual labels:  packer, vagrant
packer.templates
Various packer templates for building basic virtual machine images.
Stars: ✭ 44 (-62.39%)
Mutual labels:  vagrant, packer
My Cheat Sheets
A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service.
Stars: ✭ 94 (-19.66%)
Mutual labels:  packer, vagrant
packer-ubuntu-18.04
packer example - Ubuntu Server 18.04.5
Stars: ✭ 37 (-68.38%)
Mutual labels:  vagrant, packer
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+158.97%)
Mutual labels:  packer, vagrant
New-Machine
Utilizing Vagrant, Packer, Chocolatey, and Boxstarter to Configure my Dev Machines
Stars: ✭ 26 (-77.78%)
Mutual labels:  vagrant, packer
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (+323.08%)
Mutual labels:  packer, vagrant
sitecore-packer
Packer templates for Sitecore development with IIS, SOLR and SQL Server on Windows
Stars: ✭ 19 (-83.76%)
Mutual labels:  vagrant, packer
packer-ubuntu
No description or website provided.
Stars: ✭ 29 (-75.21%)
Mutual labels:  vagrant, packer
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+797.44%)
Mutual labels:  packer, vagrant
Packer Templates
Stars: ✭ 90 (-23.08%)
Mutual labels:  packer, vagrant

Test AD FS 2

Test infrastructure for AD FS 2.

The following boxes could be created:

  1. dc : The Active Directory Domain controller
  2. adfs2 : The Active Directory Federation Service
  3. web: The Web Server running IIS
  4. ps: A Windows Print Server on Windows Server 2012 R2
  5. ts: A Windows Terminal Server

Installation

This Vagrantfile uses the vagrant-reload plugin to reboot the Windows VM's during provisioning. If you don't have this plugin installed, do it now with

vagrant plugin install vagrant-reload

To build the boxes, use vagrant up with the box name. Each box will be reboot twice until all features are up and running.

Create Domain Controller

First create the AD domain controller

vagrant up dc

After that the domain windomain.local is up and running at IP address 192.168.38.2. Some users will be created from the users.csv file. A special service user will be created for JBoss7 integration and its keytab file for SSO.

Create AD FS2 Server

This guest will join the domain and install the ADFS2.

vagrant up adfs2

I don't know if the ADFS2 is set up correctly. I just managed the domain join.

Create Web Server

This guest will join the domain and set up an IIS Web Server on host web.

vagrant up web

After installation, you have an IIS 7 Web Server, but also an iisnode with Node.js up and running.

The guest will reboot twice until all features are up and running.

Normal Use

After setting up all boxes, you simply can start and stop the boxes, but the Domain Controller should be started first and stopped last.

vagrant up dc
vagrant up web
vagrant halt web
vagrant halt dc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].