BankId Application Settings
To use BankId logging you need to add next authentication properties to your application properties:
authentication-configuration = cgi,loginPassword
Next property sets the authentication method URL:
cgi-metadata-url = *url*
where url is different:
Than need define role name for set of created configurations:
cgi-user-role-name = *roleName*
You can define and use roleName whatever you want, like BankID, CGIuser etc.
And the last one - server name, like http://localhost:8080 or https://www.somesite.se :
server-name = *actual server name*