authentication.domain=di.uoa.gr #keycloak authentication.keycloak=true authentication.oidc.issuer=https://aai-dev.egi.eu/auth/realms/egi authentication.oidc.logout=https://aai-dev.egi.eu/auth/realms/egi/protocol/openid-connect/logout authentication.oidc.home=http://rudie.di.uoa.gr:8580/openid_connect_login authentication.oidc.scope=openid,profile,email,eduperson_entitlement,eduperson_scoped_affiliation,eduperson_unique_id,offline_access authentication.oidc.id=a8ec6e5c-7bee-46aa-9a6f-18baca923582 authentication.oidc.secret=2A91F53A1551AC33 authentication.session=EGISession authentication.accessToken=EGIAccessToken authentication.redirect=http://scoobydoo.di.uoa.gr:4000/reload # Currently, this is the only available mapper, set to null or anything else will ignore this. authentication.authorities-mapper=null ## API Documentation Properties api.title = Login Service api.description = Login service provides methods to authenticate users through AAI provider and retrieve information of authenticated user. api.version = ${project.version}