By: Maxim Samoussenko user 18 Jan 2019 at 10:40 a.m. CST

2 Responses
Maxim Samoussenko gravatar
**Docker edition.** When doing SSO flow Gluu redirects to `Gluu Personal Page`. After user entered the credentials the page to request permissions for scopes is being loaded. Without any interaction for the user browser redirects to `identity/home.htm`. Everything happens near this request ``` https://my.gluu.domain.org/oxauth/authorize.htm?scope=openid+my.scope1+my.scope2&response_type=code&redirect_uri=http://my.resource.com:4444/assets/signin.html&state=HR7Y8QzdXv&code_challenge_method=S256&prompt=consent&client_id=@!0883.F203.1124.F9D7!0001!0D55.E3AA!0008!40F8.1CAB.7F03.912E&code_challenge=cOHRBrjx5h-Ptbj6h5azT2dz5d8LGYCYNgNn-Pq1yWw ``` Next request (except for static content) is ``` https://my.gluu.domain.org/identity/home.htm ``` Will add everything necessary for case study on request.

By Maxim Samoussenko user 18 Jan 2019 at 10:59 a.m. CST

Maxim Samoussenko gravatar
Here is the HAR file with some obfuscation to the URLs.

By Maxim Samoussenko user 21 Jan 2019 at 10:59 a.m. CST

Maxim Samoussenko gravatar
Not sure if this is related or not, but we have a separate installation (not docker) on Ubuntu where the case works as expected. Page with scopes waits until user clicks allow button.