Difference between revisions of "MITREid Connect"

From GFIPM Implementation Wiki
Jump to: navigation, search
(Created page with "==About== This page is a brief introduction to deploying MITREid Connect with support for NIEF Attributes/Claims. ==Deploying== ===Customizing=== ==NIEF Attributes==")
 
Line 1: Line 1:
 
==About==
 
==About==
 
This page is a brief introduction to deploying MITREid Connect with support for NIEF Attributes/Claims.  
 
This page is a brief introduction to deploying MITREid Connect with support for NIEF Attributes/Claims.  
 +
 +
  
 
==Deploying==
 
==Deploying==
 +
 +
Generally to deploy a customized (customization is pretty much always required outside of test deployments) MITREid Connect does require at a minimum some basic understanding of source control (specifically git), as well as some level of comfort writing Java source code and configuring a Maven project.  The information we provide will be light on these details, but will hopefully make sense to anyone already comfortable with these concepts.
 +
 +
===Sample Project===
 +
 +
GTRI has found the best starting point for deploying MITREid Connect is their LDAP Overlay: [https://github.com/mitreid-connect/ldap-openid-connect-server https://github.com/mitreid-connect/ldap-openid-connect-server]
  
 
===Customizing===
 
===Customizing===
  
 
==NIEF Attributes==
 
==NIEF Attributes==

Revision as of 18:43, 24 May 2018

About

This page is a brief introduction to deploying MITREid Connect with support for NIEF Attributes/Claims.


Deploying

Generally to deploy a customized (customization is pretty much always required outside of test deployments) MITREid Connect does require at a minimum some basic understanding of source control (specifically git), as well as some level of comfort writing Java source code and configuring a Maven project. The information we provide will be light on these details, but will hopefully make sense to anyone already comfortable with these concepts.

Sample Project

GTRI has found the best starting point for deploying MITREid Connect is their LDAP Overlay: https://github.com/mitreid-connect/ldap-openid-connect-server

Customizing

NIEF Attributes