-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golang: Authentication Design #139
Labels
Comments
Authentication 身份认证
方案:
JWT:oauth2:
ref: |
libs:
oauth2:oauth2 server:Keto:
oauth2 client:
ref: |
This was referenced Apr 9, 2019
oauth2:角色:
oauth2 授权模式:
原理:
适用场景:
|
hydra:
docs:
示例: |
keto:
SDK 示例:
ACL:
RBAC:
ORY默认访问控制策略:
AWS IAM 访问控制策略:
{
"Version": "2012-10-17",
"Id": "S3-Account-Permissions",
"Statement": [{
"Sid": "1",
"Effect": "Allow",
"Principal": {"AWS": ["arn:aws:iam::ACCOUNT-ID-WITHOUT-HYPHENS:root"]},
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::mybucket",
"arn:aws:s3:::mybucket/*"
]
}]
}
|
awsaws 单点登录 (SSO) 服务:
|
oathkeeper:
|
hydra:教程:
|
This was referenced Jun 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related:
The text was updated successfully, but these errors were encountered: