No description
Find a file
Rafael Epplée 04700af46a
Some checks failed
continuous-integration/drone/push Build is failing
docs: Add docs for testing SSO
2025-07-17 15:20:01 +02:00
assets chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy 2025-07-02 17:03:37 +02:00
config fix: session_identifier must be :jti 2025-07-02 17:03:37 +02:00
lib fix: linting issue 2025-07-09 17:23:05 +02:00
priv chore: added gettext values and renamed rauthy container 2025-07-02 17:03:37 +02:00
rel/overlays/bin Add Release scripts & Dockerfile 2025-05-22 02:12:20 +02:00
test test(AshAuthentication): updated tests for signed in user and added test for authcontroller 2025-07-02 17:03:37 +02:00
.credo.exs Disable ModuleDoc check 2025-05-14 16:33:24 +02:00
.dockerignore Add Release scripts & Dockerfile 2025-05-22 02:12:20 +02:00
.drone.yml Merge pull request 'chore(deps): update renovate/renovate docker tag to v40.62' (#84) from renovate/renovate-renovate-40.x into main 2025-07-02 17:09:56 +02:00
.editorconfig configure renovate 2025-05-14 16:39:57 +02:00
.env.example docs: Add docs for testing SSO 2025-07-17 15:20:01 +02:00
.formatter.exs chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy 2025-07-02 17:03:37 +02:00
.gitignore review(env): shift secret to env file and added logger 2025-07-02 17:03:37 +02:00
.igniter.exs chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy 2025-07-02 17:03:37 +02:00
.sobelow-conf Add basic CI setup (#30) 2025-04-28 14:24:30 +02:00
.tool-versions chore(deps): update dependency erlang to v27.3.4 2025-06-02 15:01:43 +02:00
docker-compose.yml chore(deps): update ghcr.io/sebadob/rauthy docker tag to v0.31.2 2025-07-17 00:32:13 +00:00
Dockerfile chore: Remove variables from dockerfile base images to enable renovate updates 2025-05-22 12:56:11 +02:00
Justfile review(env): shift secret to env file and added logger 2025-07-02 17:03:37 +02:00
mix.exs doc: added comments and updated to latest ashautentication version and required changes 2025-07-02 17:03:37 +02:00
mix.lock doc: added comments and updated to latest ashautentication version and required changes 2025-07-02 17:03:37 +02:00
README.md docs: Add docs for testing SSO 2025-07-17 15:20:01 +02:00
renovate.json fix(ci): ignore elixir updates for .drone.yml as well 2025-06-12 15:11:56 +02:00
renovate_backend_config.js configure renovate 2025-05-14 16:39:57 +02:00

mitgliederverwaltung

Testing SSO with rauthy

  1. just run
  2. go to [localhost:8080], go to the Admin area
  3. Login with "admin@localhost" and password from dev/rauthy/config.toml
  4. add client from the admin panel
  5. copy client secret to .env file
  6. abort and run just run again