We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
maybe related with #1074
Sorry, something went wrong.
It's likely already fixed in the nightly, could you check?
nightly works correctly. i will waiting next release)
No branches or pull requests
I use Authelia as oauth provider
warpgate config
in web received HTTP 500
The text was updated successfully, but these errors were encountered: