No operation
Not for production use. Requires module AuthN to be deployed.
About
Authenticator for testing purposes. Useful for verification of integration and/or performance testing.
No UI is available.
Configuration
Common Authenticator configuration can be found here.
Name
Description
Default value
Mandatory
subject
Value will be as subject for the HTTP session.
"anonymous"
properties
Properties that will be added to the session
N/A
globals
Properties that will be added to the Global state
N/A
{
	"id": "testuath",
	"type": "NoOp",
	"config": {
		"base_path": "${globals.default_login_suffix}",
		"subject": "lord_helmet",
		"properties": {
                       	"roles": [
                        	"one",
                                "two"
                            ]
                    	}
              	}
	}
}	Logging
No event log entries are written using this authenticator.
Data set in global state
Properties defined in globals
API
API not available.
