https://github.com/openconext/stepup-ra
Stepup Registration Authority
https://github.com/openconext/stepup-ra
Last synced: 2 months ago
JSON representation
Stepup Registration Authority
- Host: GitHub
- URL: https://github.com/openconext/stepup-ra
- Owner: OpenConext
- License: apache-2.0
- Created: 2014-09-10T08:45:50.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2026-02-17T15:34:00.000Z (2 months ago)
- Last Synced: 2026-02-17T18:13:54.081Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 5.37 MB
- Stars: 2
- Watchers: 13
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Step-up Registration Authority
==============================
[](https://github.com/OpenConext/Stepup-RA/actions/workflows/test-integration.yml)
[](https://scrutinizer-ci.com/g/OpenConext/Stepup-RA/?branch=develop)
This component is part of "Step-up Authentication as-a Service" and requires other supporting components to function. See [Stepup-Deploy](https://github.com/OpenConext/Stepup-Deploy) for an overview.
## Requirements
* Docker Compose
* A clone of [OpenConext-devconf](https://github.com/OpenConext/OpenConext-devconf/)
## Installation
Clone the repository or download the archive to a directory.
Start the devconf Stepup environment with SelfService with local code inclusion (see devconf readme for details).
Run `bash` on the selfservice container (`docker exec -it stepup-selfservice-1 bash`)
Install the dependencies by running `composer install`.
Install the JS dependencies: `yarn`
Symlink assets from external packages: `./bin/console assets:install`
Finally build the front-end resources: `yarn encore dev` or `yarn encore production`
## Release strategy
Please read: https://github.com/OpenConext/Stepup-Deploy/wiki/Release-Management for more information on the release strategy used in Stepup projects.