Show HN: Obligator – An OpenID Connect server for self-hosters
1–10 of 134 posts
Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#2Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#3Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#4Ohh, looks extremely promising, I've been after something with a bit more flexibility than Dex while not being Keycloak/Java etc, an LDAP backend would be awesome as well though (another thing thats lacking is a simple ldap server, perhaps with sql as db, openldap is excessive and glauth isn't there)
Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#5Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#6Amazing. I was looking for something like this about a year ago. Looks very promising and may be a good drop in replacement for some simple Auth0 use-cases as well as homelab setups. I was not able to get past „ redirect_uri must be on the same domain as client_id“. Maybe you can give an example of a valid client id for your demo instance.
Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#7Amazing. I was looking for something like this about a year ago. Looks very promising and may be a good drop in replacement for some simple Auth0 use-cases as well as homelab setups. I was not able to get past „ redirect_uri must be on the same domain as client_id“. Maybe you can give an example of a valid client id for your demo instance.
If you're demoing using https://openidconnect.net for example, set your Client ID to https://openidconnect.net
Likewise, your ClientID should match the url of the website you are using this to connect with.
This was mentioned in the GitHub readme too but didn't click until trying the demo
Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#8Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#9Ohh, looks extremely promising, I've been after something with a bit more flexibility than Dex while not being Keycloak/Java etc, an LDAP backend would be awesome as well though (another thing thats lacking is a simple ldap server, perhaps with sql as db, openldap is excessive and glauth isn't there)
Re: Show HN: Obligator – An OpenID Connect server for self-hosters
#10Amazing. I was looking for something like this about a year ago. Looks very promising and may be a good drop in replacement for some simple Auth0 use-cases as well as homelab setups. I was not able to get past „ redirect_uri must be on the same domain as client_id“. Maybe you can give an example of a valid client id for your demo instance.