pknoth
Still an ongoing work but yet OpenID certified I have been writing a standalone version on top of boruta | Hex that includes:
- an OAuth 2.0/OpenID Connect certified authorization server
- an identity provider with configurable backends
- an administration interface
- a light gateway that enables authorization
The source code is available at GitHub - malach-it/boruta-server: Lightweight Identity and Access Management server, manage authentication and authorization up to decentralized identity · GitHub
I am looking for production use cases to integrate this first beta release. If you have any need for an identity and access management solution, drop me a note to discuss the needs for such an integration.
The documentation is still a work in progress, do not hesitate to reach out if you have questions about how it does work or what is possible to do with the server.
All kinds of feedback will be very welcome!
Thank you for reading me so far, hope to see you around.
Trending in Announcing
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
mayel
Hi @pknoth this sounds great. As you know I’ve already started integrating the boruta lib into Bonfire: GitHub - bonfire-networks/bonfire_open_id: Use OpenID and OAuth with your Bonfire identity or connect to Bonfire with an external identity · GitHub and may want to also integrate these tools, in which case would it be possible to package the apps as libraries rather than a standalone umbrella project? (maybe keeping boruta-server as an example repo that wraps those libraries)
pknoth
Hi @mayel,
I built a standalone version of boruta in order to open its usage beyond the Elixir community and enable any service to get the advantages of such a solution. I designed it to be evolutive to handle further needs and features, thinking of all the possible improvements in the authentication field, but also to have a wider implementation of OAuth/OpenID specifications.
That said, I think the idea to extract some of it to support the elixir package can be a good idea, I’ll keep that in mind knowing that it would bring more work and maintenance to be in a good shape.
gordoneliel
I might be interested, will be in the market for an OAuth server soon. A question though, is there a reason why the main boruta project is on gitlab and this one on GitHub? Makes it a little difficult to browse
pknoth
Hi again,
Few months ago, I recorded a loom presentation about the installation of the server. Here it is, with the hope it will help better understand how it works. Boruta - installation - 25 October 2022 | Loom
Cheers
pknoth
Then I started to post on LinkedIn about boruta, publishing a video series about how the server works
The installation - linkedIn
Client management - linkedIn
More are to come.
Like it, share it, the more it is visible the best it is!
Thank you reading me
barttenbrinke
I’ve just started using Boruta to build a connection to Keycloak - it works very nicely. I will be sharing your Linkedin Posts
pknoth
Hi there!
These days, I am working on a code of conduct for all boruta related projects. It would be a derivate of contributor covenant and would like to publish the result with the same license (CC 4.0).
If any would like to participate to the working group, do not hesitate to reach out.
Have a nice day/afternoon/evening wherever you are.
pknoth
Hey !
A little note about a new video of the boruta series. It is short and talks about managing users with the server. Here it is on linkedin.
Thank you for listening if you had.
Have a great morning/afternoon/evening wherever you are!
pknoth
Hi there!
I have recently been implementing micro gateways into the boruta server. Here is a new video of the boruta series demonstrating them on Linkedin
The code source of the server is still available on GitHub
As always, all feedback is very welcome
Cheers
pknoth
I am glad to say that this server is now also certified for the Config and Dynamic OP by the OpenID Foundation.
I released then version 0.2.0 with quite a lot of improvements:
As a reminder,
I also plan to launch a documentation website to better understand how the server works, stay tuned.
With care,