Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSO Validation error: unexpected issuer URI #1099

Closed
hdhog opened this issue Oct 26, 2024 · 3 comments
Closed

SSO Validation error: unexpected issuer URI #1099

hdhog opened this issue Oct 26, 2024 · 3 comments

Comments

@hdhog
Copy link

hdhog commented Oct 26, 2024

I use Authelia as oauth provider

warpgate config

sso_providers:
  - name: custom
    label: SSO
    provider:
      type: custom
      client_id: wg
      client_secret: 'secert'
      issuer_url: https://login.example.com/
      scopes:
        - openid
        - email

in web received HTTP 500

GET https://wg.example.com/@warpgate/api/sso/providers/custom/start?next=/@warpgate#/
provider discovery error: Validation error: unexpected issuer URI `https://login.example.com` (expected `https://login.example.com/`)
~$ warpgate --version
warpgate 0.11.0
@hdhog
Copy link
Author

hdhog commented Oct 26, 2024

maybe related with #1074

@Eugeny
Copy link
Member

Eugeny commented Oct 27, 2024

It's likely already fixed in the nightly, could you check?

@hdhog
Copy link
Author

hdhog commented Oct 28, 2024

nightly works correctly. i will waiting next release)

@hdhog hdhog closed this as completed Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants