Replies: 9 comments 13 replies
-
Maybe make db2rest save the configs, credentials or anything else to a sqlite db file. SQLite is used from numbered of apps as embedded database. |
Beta Was this translation helpful? Give feedback.
-
Actually it would be great if you want to use an open source 3rd party service like
We already have an integration with unkey. We need to enable it. That way these 3rd party systems manage and maintain the users and roles, and DB2Rest calls their API to authenticate/authorize. How does this sound? |
Beta Was this translation helpful? Give feedback.
-
I think jcasbean is only for RBAC. If we need both authentication and authorization, supertoken is better. Keycloak is also an option widely used and having good features. |
Beta Was this translation helpful? Give feedback.
-
Thanks.
We have borrowed the idea from their other project for API security i.e
sureness. Implementation is 80% complete..will release mid next month after
tests. Will support basic auth and jwt.(hmac) for the time being.
…On Wed, May 22, 2024, 9:46 PM Pitty ***@***.***> wrote:
https://github.com/dromara/Sa-Token
—
Reply to this email directly, view it on GitHub
<#516 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAISPRCOR4MWWFNMD2ZJAKLZDVKANAVCNFSM6AAAAABG4DLUT6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMRZGA4TQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If you would like to work on it, please check the auth module.
…On Wed, May 22, 2024, 9:48 PM Dhrubo ***@***.***> wrote:
Thanks.
We have borrowed the idea from their other project for API security i.e
sureness. Implementation is 80% complete..will release mid next month after
tests. Will support basic auth and jwt.(hmac) for the time being.
On Wed, May 22, 2024, 9:46 PM Pitty ***@***.***> wrote:
> https://github.com/dromara/Sa-Token
>
> —
> Reply to this email directly, view it on GitHub
> <#516 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAISPRCOR4MWWFNMD2ZJAKLZDVKANAVCNFSM6AAAAABG4DLUT6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMRZGA4TQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
How about this, it has both authentication and authorization interface, support many features for user login. Or we can provide some interface for 3rd library. |
Beta Was this translation helpful? Give feedback.
-
This is like okta. DB2Rest doesn't have UI to login. So you can generate
jwt with sa-token and DB2Rest can auth with that token.
…On Wed, May 22, 2024, 9:52 PM Pitty ***@***.***> wrote:
How about this, it has both authentication and authorization interface,
support many features for user login. Or we can provide some interface for
3rd library.
https://github.com/dromara/Sa-Token
—
Reply to this email directly, view it on GitHub
<#516 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAISPRCH4E7HX6CZD4QBVKDZDVKX5AVCNFSM6AAAAABG4DLUT6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMRZGEZTC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@thadguidry @MichalisDBA Hence closing. |
Beta Was this translation helpful? Give feedback.
-
How to supply the basic auth list of users, passwords, and roles?
Beta Was this translation helpful? Give feedback.
All reactions