Skip to content

openig-contrib/openig-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForgeRock OpenIG Migration Tool

Build Status

This simple command line project aims to ease the migration of OpenIG 3.0 configuration files to OpenIG 3.1.

It requires Java 8 to compile and run.

Usage

>$ java -jar target/openig-migration-1.0-SNAPSHOT-jar-with-dependencies.jar <JSON filename to migrate>

This tool write the migrated JSON on System.out

Supported actions

  • heap/objects array has been simplified to just heap
  • Heap object declaration inline (when possible)
  • Remove "config": {} (empty element)
  • Rename RedirectFilter to LocationHeaderFilter
  • Rename handlerObject to handler
  • Rename OAuth2ResourceServerFilter deprecated attributes to new names

About

Ease the migration of OpenIG 3.0 configuration files to OpenIG 3.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages