{"id":19312084,"url":"https://github.com/authentiqid/forgerock-social-authentiq-node","last_synced_at":"2025-02-24T03:42:48.448Z","repository":{"id":68522159,"uuid":"142181381","full_name":"AuthentiqID/forgerock-social-authentiq-node","owner":"AuthentiqID","description":"A ForgeRock auth tree node for Authentiq ID","archived":false,"fork":false,"pushed_at":"2018-11-08T13:21:45.000Z","size":376,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-06T02:27:06.019Z","etag":null,"topics":["authentication","authentiq","forgerock","identity","openam"],"latest_commit_sha":null,"homepage":"https://www.authentiq.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AuthentiqID.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-24T15:55:01.000Z","updated_at":"2018-11-08T13:20:46.000Z","dependencies_parsed_at":"2023-07-28T02:05:01.732Z","dependency_job_id":null,"html_url":"https://github.com/AuthentiqID/forgerock-social-authentiq-node","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fforgerock-social-authentiq-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fforgerock-social-authentiq-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fforgerock-social-authentiq-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AuthentiqID%2Fforgerock-social-authentiq-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AuthentiqID","download_url":"https://codeload.github.com/AuthentiqID/forgerock-social-authentiq-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415213,"owners_count":19797599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","authentiq","forgerock","identity","openam"],"created_at":"2024-11-10T00:32:39.464Z","updated_at":"2025-02-24T03:42:48.418Z","avatar_url":"https://github.com/AuthentiqID.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"A passwordless authentication node for ForgeRock's Identity Platform, based on [Authentiq](https://www.authentiq.com/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=forgerock-social-authentiq).\n\n# Introduction\n\n[Authentiq](https://www.authentiq.com/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=forgerock-social-authentiq) is a delightful passwordless authentication solution to protect your applications. So why not also hook Authentiq to your enterprise applications via ForgeRock...\n\n# Installation\n\n## From JAR\n\nDownload the pre-built JAR from the [latest release](https://github.com/AuthentiqID/forgerock-social-authentiq-node/releases/latest) in this repository and copy it into the `tomcat/webapps/openam/WEB-INF/lib` directory of your OpenAM deployment.\n\nRestart the web container, after which the node will be available as an authentication tree component.\n\n## From source\n\nClone this repository, then run `mvn package` to build a local JAR file. \n\nCopy the `.jar` file from the `../target` directory into the `tomcat/webapps/openam/WEB-INF/lib` directory of your OpenAM deployment. \n\nRestart the web container, after which the node will be available as an authentication tree component.\n\n# Configuration\n\nTo enable sign in with Authentiq:\n\n- Optionally, from the **Authentication -\u003e Trees** menu, create a new Authentication Tree, e.g. `MyNewAuthTree`\n  \n  ![My New Auth Tree](./images/my-new-auth-tree.png)\n\n- Add the **Social Authentiq** node to your Auth Tree.  \n- Attach the **Provision Dynamic Account** node to the **No account exists** connector as follows.\n\n  ![Authentiq Social Auth Tree Node](./images/authentiq-auth-tree-example.png)\n\n- Sign in to the [Authentiq Dashboard](https://dashboard.authentiq.com/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=forgerock-social-authentiq). If new to Authentiq, just press **What is Authentiq?** and type in your phone number while signing in.\n- On the Dashboard, create a new **Server Side app** , providing a descriptive name in the **Client name** field, but leaving the remaining fields empty for now.\n- Press **Save** and copy the `client_id` and `client_secret` for your application.\n- In the **Social Authentiq** node's properties, fill out the `client_id` and `client_secret` you obtained above. You can likely leave the other fields at their defaults.\n- Save the Auth Tree.\n\n# Usage\n\nTo test your authentication flow:\n\n- Navigate to the sign-in page of the authentication tree, e.g. `https://openam.partner.com:8080/openam/XUI/#login\u0026service=MyNewAuthTree`.\n- You will be redirected to the Authentiq sign-in page.\n\n  ![Authentiq Provider](./images/authentiq-provider.png)\n\n- Sign in with your Authentiq ID, installing it as you go if needed.\n\n- Once you know the final **Redirect URI** for your application, go back to the Authentiq Dashboard and enter it in the corresponding field to exit setup mode.\n\n# Future\n\n- Update user profiles on subsequent logins (should become possible in OpenAM v6.5).\n- Whitelist users by domain.\n- Remote sign-out.\n\n# Support\n\nGet in touch with an Authentiq developer via [chat](https://www.authentiq.com/?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=forgerock-social-authentiq) or [email](mailto:support@authentiq.com). We'd love to get a screenshot of your custom authentication trees!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthentiqid%2Fforgerock-social-authentiq-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthentiqid%2Fforgerock-social-authentiq-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthentiqid%2Fforgerock-social-authentiq-node/lists"}