Hello,
As indicated in the documentation, I cloned Spring Boot Sample App form the following link:
https://github.com/FusionFabric/ffdc-sample-springboot.
+I created an application called 'Financial Toolbox' in **Fusion**Fabric.cloud Developer Portal. It has the following properties:
Client ID : bb0cdc2f-dde4-4ad4-8651-751c41081735
Reply URLs : 'http://localhost:8081/login/oauth2/code/finastra'
+I modified `application.yml` file of 'Spring Boot Sample App form'
++in such a way that the client ID and Access Key matche those of the application that I created:
Client ID : bb0cdc2f-dde4-4ad4-8651-751c41081735
++the `authorization_endpoint`, `token_endpoint`, and `jwks_uri` match those of the Discovery service of **Fusion**Fabric.cloud Developer Portal.
I then tried to run the application with Maven:
Run the app with maven:
mvn spring-boot:run
I then hit the following url (http://localhost:8081) with my web browser:
[unsupported_response_type] Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client.