Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: could not deserialize access token. Expected digit #429

Open
JoaoTeixeira-081 opened this issue Dec 18, 2023 · 0 comments
Open

Error: could not deserialize access token. Expected digit #429

JoaoTeixeira-081 opened this issue Dec 18, 2023 · 0 comments

Comments

@JoaoTeixeira-081
Copy link

Hi there, I am getting this error "Error: could not deserialize access token. Expected digit" in my login page, someone can help me?
Above its my opserverSettings.json and i chose docker to build in my cluster (For login i use OIDC from my App Registration in Azure):

"Security": {
"provider": "OIDC",
// API key used to allow access to the Opserver API
"apiKey": "",
// subnet(s) of your own networks
"internalNetwork": [
{ "name": "Internal", "cidr": "x" },
{ "name": "Legacy", "cidr": "x" }
],
// groups whose members are allowed to view anything
"viewEverythingGroups": "Opserver-View",
// groups whose members are allowed to admin anything
"adminEverythingGroups": "Opserver-Admins;Opserver-MoreAdmins",
// scopes passed to the IdP - if not specified this defaults to just "openid"
"scopes": ["openid", "email"],
// client identifier from your IdP
"clientId": "x",
// client secret from your IdP
"clientSecret": "x",
// URL used to retrieve an authorization code
"authorizationUrl": "https://login.microsoftonline.com//oauth2/authorize",
// URL used to retrieve exchange an authorization code for an access token
"accessTokenUrl": "https://login.microsoftonline.com//oauth2/token",
// URL used to retrieve information about the logged in user
"userInfoUrl": "https://login.microsoftonline.com//oauth2/token",
// type of claim used to identify the username of the user
"nameClaim": "nameIdentifier",
// type of claim used to identify the groups the user is a member of
"groupsClaim": "groups"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant