adamsaghy commented on code in PR #5028:
URL: https://github.com/apache/fineract/pull/5028#discussion_r2415999471


##########
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:
   The functionality was not removed and you can still  configure external jwt 
issuer, but this is not the default configuration anymore. When OAuth2.1 was 
introduced the community decided to have a default drop-in Spring auth server 
as part of the Fineract.



-- 
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