Advanced Edition not allowing OIDC?

Need help confirming my license.

I have “AMP Advanced Edition”

But when I trying to use OIDC authentication, I get

[15:07:19] [System Debug/10]: OIDCLogin invoked. serverId: null, redirect_uri: https://admin.amp.home/, codePresent: True
[15:07:19] [System Debug/10]: Resolved OIDC Auth instance.
[15:07:19] [System Debug/10]: Starting auth code exchange with OIDC provider...
[15:07:19] [System Debug/10]: Auth code exchange completed. tokenPresent=True
[15:07:19] [System Debug/10]: Requesting user info from OIDC provider...
[15:07:19] [System Debug/10]: OIDC User Info Retrieved: True
[15:07:19] [System Debug/10]: Authenticating OIDC user via InternalAuth.AuthenticateOIDCUser...
[15:07:19] [System Debug/10]: AuthenticateOIDCUser result: Failure. Reason: OIDC authentication is not available - no licence present that permits this feature.
[15:07:19] [System Debug/10]: AuthenticateOIDCUser did not succeed. Returning response to caller.


Do you see other Options for the Advanced Edition in your Configuration (Like Branding)?

If not try to reactivate it

On your host:

su amp

ampinstmgr reactivate ADS01 (or whatever your Instance name is)

It asks for your licence enter it and continue.

After that OIDC should work and you should be able to change OIDC settings in your Configuration → Security and Privacy Tab

Wow. Running the ampinstmgr reactivate ADS01 did the trick. I have always edited the AMPConfig.conf as I have never seen the OIDC tab before. Thank you!