You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/org/cloudfoundry/identity/uaa/authentication/manager/PasswordGrantAuthenticationManager.java
+28-4Lines changed: 28 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -83,10 +83,34 @@ public Authentication authenticate(Authentication authentication) throws Authent
83
83
} else {
84
84
/* no suiting OIDC IdP was found - get all qualifying IdPs in the zone
85
85
* (i.e., active, supports password grant and is allowed by the client) */
Copy file name to clipboardExpand all lines: server/src/test/java/org/cloudfoundry/identity/uaa/authentication/manager/PasswordGrantAuthenticationManagerTest.java
0 commit comments