Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

OIDC parameters for Authentik #1688

Closed
1 task done
AlphaJack opened this issue Jan 19, 2023 · 0 comments
Closed
1 task done

OIDC parameters for Authentik #1688

AlphaJack opened this issue Jan 19, 2023 · 0 comments
Labels

Comments

@AlphaJack
Copy link

I had to modify the OIDC discovery endpoint URL given by my IDP, because Miniflux automatically appends .well-known/openid-configuration, similar to goharbor/harbor#12535.

Maybe it is worth mentioning in the documentation that the ".well-known" part is automatically appended.

These parameters work for Authentik:

OAUTH2_PROVIDER=oidc
OAUTH2_CLIENT_ID=XXXXXX
OAUTH2_CLIENT_SECRET=YYYYYY
OAUTH2_REDIRECT_URL=https://miniflux.example.org/oauth2/oidc/callback
# discovery endpoint is        https://authentik.example.org/application/o/miniflux/.well-known/openid-configuration
OAUTH2_OIDC_DISCOVERY_ENDPOINT=https://authentik.example.org/application/o/miniflux/
# if not set, miniflux returns "Access forbidden" if the user doesn't exist
OAUTH2_USER_CREATION=1
@miniflux miniflux locked and limited conversation to collaborators Sep 2, 2023
@fguillot fguillot converted this issue into discussion #2047 Sep 2, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Development

No branches or pull requests

1 participant