sso.xml 1.68 KB
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
	<comment>Configurazione SSO DNA</comment>

 	<entry key="cookie.enable">true</entry>
	<!-- <entry key="cookie.domain">.dev.desktopmate.net</entry> -->

	<!-- Identificativi del client sul server SSO -->
	<entry key="client.id">dmservice</entry>
	<entry key="client.secret">d1906cca-d858-4420-ba54-f8c0984883bd</entry>
	<entry key="default.scope">userinfo</entry>
	<entry key="default.organization">SOFTEC</entry>
	
	<entry key="oauth2.server">http://dmsso.dev.desktopmate.net/dmsso</entry>
	<entry key="oauth2.server.signature">9c5a523d-e3b1-4611-968b-c0e9207394fa:a9eaecee-387e-43ff-84ae-e2d77d3e4d1b</entry>
	
	<!-- Endpoint del serve SSO -->
	<entry key="authorization.endpoint">${oauth2.server}/oauth2/authorize</entry>
	<entry key="token.endpoint">${oauth2.server}/oauth2/token</entry>
	<entry key="token.info.endpoint">${oauth2.server}/v1/tokeninfo</entry>
	<entry key="user.info.endpoint">${oauth2.server}/v1/userinfo</entry>
	<entry key="change.password.endpoint">${oauth2.server}/admin</entry>
	<entry key="logout.endpoint">${oauth2.server}/logout</entry>
	
	<!-- Url di ritorno del server locale 
	<entry key="redirect.uri">http://service.dev.desktopmate.net/jarvis</entry>
	<entry key="logout.uri">http://service.dev.desktopmate.net/jarvis?sso_status=LOGOUT</entry>
	<entry key="error.uri">http://service.dev.desktopmate.net/jarvis?sso_status=ERROR</entry>
	-->
	<entry key="redirect.uri">${autourl}</entry>
	<entry key="logout.uri">${autourl}?sso_status=LOGOUT</entry>
	<entry key="error.uri">${autourl}?sso_status=ERROR</entry>
			
</properties>