You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: migrate idp tier into the security family
Rename Maven coordinates and Java packages from fireflyframework-idp[-*]
to fireflyframework-security-idp[-*] / org.fireflyframework.security.idp.
Part of the fireflyframework-security platform migration.
BREAKING CHANGE: artifactId and base package renamed.
@@ -39,10 +39,10 @@ The concrete provider is selected at runtime with the `firefly.idp.provider` pro
39
39
40
40
| Provider value | Adapter module | Backend |
41
41
| --- | --- | --- |
42
-
|`keycloak`|[`fireflyframework-idp-keycloak`](https://github.com/fireflyframework/fireflyframework-idp-keycloak)| Keycloak Admin API + token endpoint |
43
-
|`cognito`|[`fireflyframework-idp-aws-cognito`](https://github.com/fireflyframework/fireflyframework-idp-aws-cognito)| AWS Cognito User Pools |
44
-
|`azure-ad`|[`fireflyframework-idp-azure-ad`](https://github.com/fireflyframework/fireflyframework-idp-azure-ad)| Microsoft Entra ID (Azure AD) |
45
-
|`internal-db`|[`fireflyframework-idp-internal-db`](https://github.com/fireflyframework/fireflyframework-idp-internal-db)| Local database-backed identity store |
42
+
|`keycloak`|[`fireflyframework-security-idp-keycloak`](https://github.com/fireflyframework/fireflyframework-security-idp-keycloak)| Keycloak Admin API + token endpoint |
43
+
|`cognito`|[`fireflyframework-security-idp-aws-cognito`](https://github.com/fireflyframework/fireflyframework-security-idp-aws-cognito)| AWS Cognito User Pools |
44
+
|`azure-ad`|[`fireflyframework-security-idp-azure-ad`](https://github.com/fireflyframework/fireflyframework-security-idp-azure-ad)| Microsoft Entra ID (Azure AD) |
45
+
|`internal-db`|[`fireflyframework-security-idp-internal-db`](https://github.com/fireflyframework/fireflyframework-security-idp-internal-db)| Local database-backed identity store |
46
46
47
47
## Features
48
48
@@ -74,13 +74,13 @@ Add the core abstraction together with exactly one provider adapter. The version
0 commit comments