kishankg
RBAC For phoenix API on Microsoft Azure
So I have made an API using phoenix framework. But I have to make Role Based Access Control on Microsft Azure for my API calls example: read access, update access or create access. I am not able to find any blog or resource regarding that if anyone has any idea how to proceed? That would be very helpful.
Also, I don’t want to make a new context in the app for the user and make a database for user and access role.
I want to try Azure RBAC.
PS: Tried Microsoft Azure Documentation but they are not very helpful.
Thanks in Advance.
First Post!
mbuhot
Are you planning to use Azure ActiveDirectory with OpenIDConnect?
You might find the C# ASP.net sample helpful: active-directory-aspnetcore-webapp-openidconnect-v2/5-WebApp-AuthZ/5-1-Roles/README.md at master · Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2 · GitHub
There is a hex package to work with Azure AD openidconnect: GitHub - whossname/azure_ad_openid: Azure Active Directory authentication using OpenID · GitHub
Popular in Questions
Other popular 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
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








