Hello,
I cloned Spring Boot Sample App form the following link:
https://github.com/FusionFabric/ffdc-sample-springboot.
Created an application called 'TEST2' in **Fusion**Fabric.cloud Developer Portal. It has the following properties:
Client ID : 5e189950-4063-4627-b857-2682ff11a067
Access Key : 7b07343a-80d6-4e94-9f0e-8af56df02fae
Reply URLs : 'http://localhost:8081/login/oauth2/code/finastra'
Modified `application.yml` file of 'Spring Boot Sample App form' as mentioned in docs
I then tried to run the application using IDE(myeclipse) as Run As Spring Boot App
I then hit the follwing url (http://localhost:8081) with my web browser:
I Logged into **Fusion**Fabric.cloud Developer Portal Authorization Server with the following credential:
| User | Password |
| :---------- | :------- |
| `ffdcuser1` | `123456` |
It's showing [authorization_request_not_found] error on Browser.
org.springframework.security.oauth2.core.OAuth2AuthenticationException: [authorization_request_not_found]