AndrewBucklin

Results 12 comments of AndrewBucklin

Having similar issue with Authentik but in my case, I don't get any output from `var_dump($resourceOwner);` **EDIT:** I figured it out. You must include the `scopes` parameter in the initialization....

> > Microsoft Office 365 > > FYI 365 uses Azure AD authentication, which [supports SAML](https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/auth-saml). Ya, I noticed that later, but things like Exchange (on-prem), Remote Desktop Services, etc....

Update: It looks like the cause is slow queries on the PostgreSQL cluster node; for example, this query took 68 seconds. ``` QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------------- Sort (cost=120536192.45..120571817.45 rows=14250000 width=4853)...

Update: After rebooting the PostgreSQL cluster node, that same query only takes 1 second. Any ideas what would cause this or where to look next? ``` QUERY PLAN --------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------...

It was a new PSQL install on a Hyper-V virtual machine. Currently the only database on it is authentik. I left all the PSQL settings as their defaults. Over the...

@bnsnlu - Nothing yet. Our on-premise Exchange is still authenticating using the built-in forms-based authentication. We are holding out, hoping for WS-Federation support in Authentik, since we have successfully integrated...

It's actually working normally for me now for me for quite some time. I've been keeping up with the version updates.

... > Then in your docker compose file > > ``` > SAML_DATABASE_URL=postgresql://$${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE_HOST}/${POSTGRES_DB}_saml > [email protected],[email protected] > ``` ... For anyone else who copy/pasted the environment variables provided by @andres-asm, remove...

Could we re-open this? Cloudflare R2 provides much better costs than AWS and it's S3 compliant. It already use it in other projects by simply entering the Cloudflare R2 storage...

What’s the latest on this?