Skip to content

Oracle Identity Cloud ServiceとHelidon MPを使ったFIDO2のサンプル実装

Notifications You must be signed in to change notification settings

shukawam/fido2-idcs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

About

Oracle Identity Cloud Service(IDCS)と Helidon MP を使用した FIDO2 のサンプル実装です。

How to

application.yaml を自分のテナントの設定に合わせ修正します。

security:
  # Set to true for production - if set to true, clear text passwords will cause failure
  config.require-encryption: false
  properties:
    # Identity Provider - IDCS
    idcs-uri: "your tenant uri"
    idcs-client-id: "your client id"
    idcs-client-secret: "your secret"
    # ...

Build & Run

# fido2-idcs-example/auth
mvn package -DskipTests
java -jar target/auth.jar

About

Oracle Identity Cloud ServiceとHelidon MPを使ったFIDO2のサンプル実装

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published