• Rubén Soleto Buenvarón's avatar
    Fix response_type missing param · 821b242c
    Rubén Soleto Buenvarón authored
    This commit fix problem with response_type param, which is required according to OIDC spec, when it is missing.
     At now, when connector_id url query param is not set, connector view use response_type that client request instead of default "code".
    
    Fixes #370
    821b242c
http.go 15.9 KB