OpenConext / Stepup-Webauthn

Webauthn IdP for Stepup Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stepup WebAuthn GSSP

test-integration

GSSP WebAuthn implementation.

Integrates https://github.com/web-auth/webauthn-framework as GSSP.

Configuration

WebAuthn Creation/request profiles

For this application default creation/request profiles are created. The application now only support 'default' profile. config/packages/webauthn.yaml

You can override the default one, see all configuration option on webauthn-framework

Trust store src/Service/InMemoryAttestationCertificateTrustStore.php

The directory can be configured inside the parameters.yml file config/packages/parameters.yml

Installation

See one of the following guides:

Development guide

Production installation

Tests and metrics

To run all required test you can run the following commands from the dev env:

 composer test 

Every part can be run separately. Check "scripts" section of the composer.json file for the different options.

Version release instructions

Please read: https://github.com/OpenConext/Stepup-Deploy/wiki/Release-Management for more information on the release strategy used in Stepup projects.

Other resources

About

Webauthn IdP for Stepup Authentication

License:Apache License 2.0


Languages

Language:PHP 61.0%Language:TypeScript 30.3%Language:Twig 6.5%Language:SCSS 1.2%Language:Shell 0.6%Language:JavaScript 0.5%