Skip to content

gpreviatti/dotnet-api-with-keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet api with Keycloak authentication/authorization

Prof of concept to test dotnet authentication and authorization with keycloak

References

Get starting with keycloak

Blob post reference

Run stack

cd infra && docker-compose up

Backup and restore your configurations

Backup

cd infra && docker-compose exec keycloak kc.sh export --realm `<your realm name>` --dir /imports

Restore

cd infra && docker-compose exec keycloak kc.sh import --dir /imports

Reference

Default credentials

Keycloak admin user

login: admin
password: admin

User with admin role

login: giovanni
password: Change@Me

User without admin role

login: joao
password: Change@Me

Setup new realm wiki page

About

Prof of concept to test dotnet authentication and authorization with keycloak

Topics

Resources

License

Stars

Watchers

Forks