i'am getting OAuth2AuthorizationException:[authorization_request_not_found]
when trying to replace authorization-grant-type from authorization_code to implicit
spring:
security:
oauth2:
client:
registration:
mobile:
provider: auth
client-id: revo
authorization-grant-type: implicit
redirect-uri: "{baseUrl}/login/oauth2/code/{registrationId}"
scope: read
the result of this redirect me to /login/oauth2/code/mobile#access_token={++++}&token_type=bearer&state={++++}&expires_in={++++}
but it is Whitelabel Error Page
can i resolve this Whitelabel Error Page