I wanted to use windows authentication for oracle database .
As mentioned in different links I created user OPS$SURUCHI and on windows machine I create a user SURUCHI with Password.
here is the screenshot which says that the operating user has been created successfully.

I granted the permissions CREATE SESSION, CONNECT, DBA ,RESOURCE to the user .
After that I logged in the machine with the user SURUCHI.
I set the Services_NAMES and then try the command SQLPLUS /.
As shown in the screenshot I am getting error invalid username/password

Please let me know how to make it successful.
Also help us how we perform windows authentication using SQL Developer..
We would also like to know what should be the jdbc url when we have windows authentication