Skip to content

Commit

Permalink
[MODIFIED] artifactory image changed, supported format in esignet-def…
Browse files Browse the repository at this point in the history
…ault (mosip#634)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
  • Loading branch information
zesu22 authored and ase-101 committed Apr 5, 2024
1 parent fc4bd0c commit ac94e13
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ mosip.esignet.credential.scope-resource-mapping={'mock_identity_vc_ldp' : '${mos
## supported authorization processing flow to be used, Currently only supports Authorization Code Flow.
mosip.esignet.supported.response.types={'code'}

## supported format for auth factor type
mosip.esignet.supported-formats={'OTP': 'alpha-numeric', 'PWD': 'alpha-numeric', 'BIO': 'encoded-json', 'WLA': 'jwt', 'PIN': 'number', 'KBA': 'base64url-encoded-json'}

## Form of Authorization Grant presented to token endpoint
mosip.esignet.supported.grant.types={'authorization_code'}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql

artifactory-server:
image: 'anushas/artifactory-server:local'
image: 'mosipdev/artifactory-server:release-1.4.0-ES'
ports:
- 8080:8080

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ac94e13

Please sign in to comment.