Skip to content

Conversation

@ChristianBeilschmidt
Copy link
Member

No description provided.

],
})
export class OidcComponent implements OnInit, OnDestroy {
export class OidcComponent {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you test the oidc login? I tried login in but I get

"Invalid parameter: redirect_uri"

maybe I configured something wrong though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, either you misconfigured or I need more info on that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

against which oidc endpoint did you test?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auth.geoengine.io

Copy link
Contributor

@michaelmattig michaelmattig Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and which realm?

My config is:

[oidc]
enabled = true
issuer = "https://auth.geoengine.io/realms/CropHype"
client_id = "geo-engine"
client_secret = ""
redirect_uri = "http://localhost:4200/"
scopes = ["profile", "email"]

and I get

Invalid parameter: redirect_uri

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

Successfully merging this pull request may close these issues.

3 participants