Class MiniStackAuthProxy
java.lang.Object
com.cloudforgeci.ministack.MiniStackAuthProxy
- All Implemented Interfaces:
AutoCloseable
Local-only OIDC authorization-code proxy used where MiniStack ALB cannot execute
AWS authenticate-oidc/authenticate-cognito listener actions.
After login, proxied requests include synthetic x-amzn-oidc-* headers so
apps using authMode=alb-oidc (e.g. CloudForge Manager) can upsert identity
the same way they would behind a real Cognito ALB.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MiniStackAuthProxy
-
-
Method Details
-
start
- Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
main
-