microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

Seamless authentication is not happening #49

Open aggshikha84 opened 4 years ago

aggshikha84 commented 4 years ago

While performing OIDC authentication, browser window opens and in that it asks for user credentials and then pass the code. Ideally when i am on the network, seamless authentication should have been done. Does it supports that or not?