lendapi-dbt commented on code in PR #5028:
URL: https://github.com/apache/fineract/pull/5028#discussion_r2415422501


##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -375,11 +382,6 @@ 
server.tomcat.max-keep-alive-requests=${FINERACT_SERVER_TOMCAT_MAX_KEEP_ALIVE_RE
 server.tomcat.threads.max=${FINERACT_SERVER_TOMCAT_THREADS_MAX:200}
 server.tomcat.threads.min-spare=${FINERACT_SERVER_TOMCAT_THREADS_MIN_SPARE:10}
 
server.tomcat.mbeanregistry.enabled=${FINERACT_SERVER_TOMCAT_MBEANREGISTRY_ENABLED:false}
-
-# OAuth authorisation server endpoint
-# note some provider URLs exclude "auth/", e.g. keycloak v26
-spring.security.oauth2.resourceserver.jwt.issuer-uri=${FINERACT_SERVER_OAUTH_RESOURCE_URL:http://localhost:9000/auth/realms/fineract}

Review Comment:
   May I know why `spring.security.oauth2.resourceserver.jwt.issuer-uri` was 
removed? this mean from here will no longer connect to the OAuth2 provider 
anymore? who will issue the token then?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to