mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.47k stars 767 forks source link

Export all configuration and data to import to another installation #1481

Closed erev0s closed 5 years ago

erev0s commented 5 years ago

Hello I would like to export all configuration and data that I have in one instance of the server running and import them to a different one. Is this possible, if yes could you please indicate how?

dare2try commented 5 years ago

Take a look here https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/API#data, this should effectively be what you need, but milage may vary.

erev0s commented 5 years ago

@dare2try thank you very much. Worked like a charm