Scope Error Insufficient scope for user
V Kumar
Recently I started using cloud foundry admin_ui .When I logging in I am getting Scope Error Insufficient scope for user while logging in.I followd all the steps in https://github.com/cloudfoundry-incubator/admin-ui/blob/534fd698ff504c286531022110b6205cf91cd029/README.md#running-with-bosh-lite-cloudfoundry
I am giving correct user name and password while logging in.I checked UAA.log I found password is not macthing.I Even tried by creating new user same issue I am getting.Please help me on this uaa.log DEBUG --- JdbcTemplate: Executing prepared SQL statement [select client_id, client_secret, resource_ids, scope, authorized_grant_types, web_server_redirect_uri, authorities, access_token_validity, refresh_token_validity, additional_information, autoapprove from oauth_client_details where client_id = ?] [2016-04-14 07:26:53.491] uaa - 5784 [http-bio-8080-exec-7] .... DEBUG --- DaoAuthenticationProvider: Authentication failed: password does not match stored value [2016-04-14 07:26:53.491] uaa - 5784 [http-bio-8080-exec-7] .... INFO --- Audit: PrincipalAuthenticationFailure ('null'): principal=admin_ui_client, origin=[10.22.0.82] [2016-04-14 07:26:53.491] uaa - 5784 [http-bio-8080-exec-7] .... INFO --- Audit: ClientAuthenticationFailure ('Bad credentials'): principal=admin_ui_client, origin=[remoteAddress=10.22.0.82, clientId=admin_ui_client] [2016-04-14 07:26:53.491] uaa - 5784 [http-bio-8080-exec-7] .... DEBUG --- BasicAuthenticationFilter: Authentication request for failed: org.springframework.security.authentication.BadCredentialsException: Bad credentials |
|