Skip to content

Redirected to auth-success "Test" page after login #435

Closed
@tlebars

Description

@tlebars

Hello,

I have just installed the latest version of ShinyProxy (3.0.2) via the .deb package, on Ubuntu 20.04 and since then, whenever I authenticate (using OpenID or LDAP configurations (tried both)), I am consistently redirected to a blank page named /auth-success that contains the message Test.

To access the homepage, I have to remove /auth-success from the URL and refresh the page. Afterwards, everything works correctly.

Here's my configuration file:

proxy:
  title: Title
  logo-url: file:///logo.png
  favicon-path: /path/to/favico.png
  landing-page: /
  authentication: openid
  admin-groups: admin-group
  openid:
    auth-url: https://domain/auth
    token-url: https://domain/token
    jwks-url: https://domain/certs
    userinfo-url: https://domain/userinfo
    client-id: shinyproxy
    client-secret: secret
    roles-claim: groups
    logout-url: logout-url
    username-attribute: preferred_username
  stop-proxies-on-shutdown: false
  recover-running-proxies: true
  recover-running-proxies-from-different-config: true
  support:
    mail-to-address: my@email
    mail-from-address: from@email
  specs:
  - id: app
    display-name: app
    description: cool app
    container-cmd: ["R", "-e", "shiny::runApp('/app/app.R')"]
    container-image: app:latest
    access-groups: [users]

spring:
  session:
    store-type: redis
  redis:
    host: localhost
    password: password
    database: 1
  mail:
    host: smtp.url
    port: 25
    properties:
      # For StartTLS
      mail.smtp.starttls.enable: true

server:
  secure-cookies: true
  frame-options: sameorigin

logging:
  file:
    name: /var/log/shinyproxy.log

Could I have forgotten to configure something?

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions